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

屬性值

要用於端點的行為的名稱。

屬性

適用於