次の方法で共有


Send.EndpointConfigurationName プロパティ

定義

エンドポイント構成の名前を取得または設定します。

public:
 property System::String ^ EndpointConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string EndpointConfigurationName { get; set; }
member this.EndpointConfigurationName : string with get, set
Public Property EndpointConfigurationName As String

プロパティ値

String

エンドポイント構成の名前。

注釈

このプロパティは、エンドポイントを構成ファイルで構成している場合に設定します。 このプロパティは、構成ファイルの <endpoint> 要素で指定されている名前に設定する必要があります。 このプロパティを設定した場合は、Endpoint プロパティが null である必要があります。

適用対象