ServiceActivationElement.Factory Vlastnost

Definice

Získá nebo nastaví konfigurační řetězec, který obsahuje název typu CLR objektu, který generuje element aktivace služby.

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

Hodnota vlastnosti

Konfigurační řetězec, který obsahuje název typu CLR továrny.

Atributy

Platí pro