DispatchOperation.Action 属性

定义

获取此操作 (operation) 的操作 (action) 的值。

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

属性值

此操作 (operation) 的操作 (action) 的值。

适用于