Share via


ServiceHostingEnvironmentSection.ServiceActivations Propriété

Définition

Obtient une collection d'éléments de configuration qui active un service et peuvent être fusionnés dans une hiérarchie de fichiers de configuration.

public:
 property System::ServiceModel::Configuration::ServiceActivationElementCollection ^ ServiceActivations { System::ServiceModel::Configuration::ServiceActivationElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("serviceActivations", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.ServiceActivationElementCollection ServiceActivations { get; }
[<System.Configuration.ConfigurationProperty("serviceActivations", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.ServiceActivations : System.ServiceModel.Configuration.ServiceActivationElementCollection
Public ReadOnly Property ServiceActivations As ServiceActivationElementCollection

Valeur de propriété

Collection d'éléments de configuration qui active un service et peut être fusionnée dans une hiérarchie de fichiers de configuration.

Attributs

S’applique à