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

プロパティ値

サービスのインスタンス化に使用される動作の動作名。 動作名は、サービスが定義される時点でスコープ内にある必要があります。 既定値は空の文字列です。

属性

適用対象