Activity.OperationName 屬性

定義

取得作業名稱。

public:
 property System::String ^ OperationName { System::String ^ get(); };
public string OperationName { get; }
member this.OperationName : string
Public ReadOnly Property OperationName As String

屬性值

作業的名稱。

備註

作業名稱是用於分組/篩選 的最粗 略名稱。 名稱通常是編譯時間常數。 Rest API 的名稱很合理,但自變數 (例如特定帳戶) 不應該位於名稱中,而是標籤中。

適用於