Share via


ServiceActivationElement.Factory プロパティ

定義

サービスのアクティブ化要素を生成するファクトリの CLR 型名を含む構成文字列を取得または設定します。

public:
 property System::String ^ Factory { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("factory", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string Factory { get; set; }
[<System.Configuration.ConfigurationProperty("factory", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Factory : string with get, set
Public Property Factory As String

プロパティ値

ファクトリの CLR 型名を含む構成文字列。

属性

適用対象