ConfigurationSourceSection.SelectedSource Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the name for the default configuration source.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("selectedSource", IsRequired := True)> _
PublicPropertySelectedSourceAs String
[ConfigurationPropertyAttribute("selectedSource", IsRequired = true)]
public string SelectedSource { get; set; }
[ConfigurationPropertyAttribute(L"selectedSource", IsRequired = true)]
public:
property String^ SelectedSource {
String^ get ();
voidset (String^ value);
}
publicfunction getSelectedSource () : String
publicfunction setSelectedSource (value : String)
See Also
ConfigurationSourceSection Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |