ServiceActivationElement.Factory Propriété

Définition

Obtient ou définit une chaîne de configuration qui contient le nom de type CLR de la fabrique qui génère un élément d'activation de service.

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

Valeur de propriété

Chaîne de configuration qui contient le nom de type CLR de la fabrique.

Attributs

S’applique à