ConfigurationNode.Site 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 ISite for the node.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
PublicPropertySiteAs ISite
[BrowsableAttribute(false)]
public ISite Site { get; set; }
[BrowsableAttribute(false)]
public:
virtualproperty ISite^ Site {
ISite^ get () sealed;
voidset (ISite^ value) sealed;
}
publicfinalfunction getSite () : ISite
publicfinalfunction setSite (value : ISite)
Field Value
The ISite for the node.
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design 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. |