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 的名称是合理的,但参数 ((如特定帐户) )不应位于名称中,而应在标记中。

适用于