Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ISite of the Component.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property Site As ISite
public ISite Site { get; set; }
public:
virtual property ISite^ Site {
ISite^ get () sealed;
void set (ISite^ value) sealed;
}
public final function get Site () : ISite
public final function set Site (value : ISite)
Implements
Remarks
This IComponent implementation does not allow the site to be set.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace