Activity.OperationName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得作業名稱。
public:
property System::String ^ OperationName { System::String ^ get(); };
public string OperationName { get; }
member this.OperationName : string
Public ReadOnly Property OperationName As String
屬性值
作業的名稱。
備註
作業名稱是用於分組/篩選 的最粗 略名稱。 名稱通常是編譯時間常數。 Rest API 的名稱很合理,但自變數 (例如特定帳戶) 不應該位於名稱中,而是標籤中。