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 类型名称。

属性

适用于