次の方法で共有


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

プロパティ値

この構成が適用される動作の名前。 既定値は空の文字列です。

属性

適用対象