다음을 통해 공유


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

엔드포인트에 사용할 동작의 이름입니다.

특성

적용 대상