다음을 통해 공유


IssuedTokenClientBehaviorsElement.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

이 구성이 적용되는 동작의 이름입니다. 기본값은 빈 문자열입니다.

특성

적용 대상