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