SettingsSection.Services Property
List of startup services that will be initialized on the host.
Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("services", IsRequired:=True)> _
Public ReadOnly Property Services As ServiceElementCollection
'Usage
Dim instance As SettingsSection
Dim value As ServiceElementCollection
value = instance.Services
[ConfigurationPropertyAttribute("services", IsRequired=true)]
public ServiceElementCollection Services { get; }
[ConfigurationPropertyAttribute(L"services", IsRequired=true)]
public:
property ServiceElementCollection^ Services {
ServiceElementCollection^ get ();
}
/** @property */
public ServiceElementCollection get_Services ()
public function get Services () : ServiceElementCollection
See Also
Reference
SettingsSection Class
SettingsSection Members
Microsoft.Practices.CompositeUI.Configuration Namespace