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 型別名稱的組態字串。

屬性

適用於