ClientOperation.Name プロパティ

定義

操作の名前を取得します。

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

プロパティ値

操作の名前。

注釈

既定では、この値は OperationContractAttribute.Name の値に対応します。

適用対象