Share via


ControlSite.ISite.Component Property

Gets the component of the property.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property Component As IComponent
    Implements ISite.Component
    Get
'Usage
Dim instance As ControlSite
Dim value As IComponent

value = CType(instance, ISite).Component
IComponent ISite.Component { get; }
private:
virtual property IComponent^ Component {
    IComponent^ get () sealed = ISite::Component::get;
}
private abstract Component : IComponent
private override Component : IComponent
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.ComponentModel.IComponent
Gets the specified component of the property.

Implements

ISite.Component