次の方法で共有


ServiceEndpointElement.BehaviorConfiguration プロパティ

定義

エンドポイントに使用される動作の名前を含む文字列を取得または設定します。

public:
 property System::String ^ BehaviorConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("behaviorConfiguration", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string BehaviorConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("behaviorConfiguration", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.BehaviorConfiguration : string with get, set
Public Property BehaviorConfiguration As String

プロパティ値

String

エンドポイントに使用される動作の名前。

属性

適用対象