SettingsSection.Services Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::Practices::CompositeUI::Configuration::ServiceElementCollection ^ Services { Microsoft::Practices::CompositeUI::Configuration::ServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("services", IsRequired=true)]
public Microsoft.Practices.CompositeUI.Configuration.ServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("services", IsRequired=true)>]
member this.Services : Microsoft.Practices.CompositeUI.Configuration.ServiceElementCollection
Public ReadOnly Property Services As ServiceElementCollection
Property Value
- Attributes