ClientOperation.Action プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作のアクションを取得します。
public:
property System::String ^ Action { System::String ^ get(); };
public string Action { get; }
member this.Action : string
Public ReadOnly Property Action As String
プロパティ値
操作のアクション。
注釈
既定では、この値は OperationContractAttribute.Action の値に対応します。