Share via


ControlSite.ISite.Container Property

Gets the container of the property.

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

Syntax

'Declaration
Private ReadOnly Property Container As IContainer
    Implements ISite.Container
    Get
'Usage
Dim instance As ControlSite
Dim value As IContainer

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

Property Value

Type: System.ComponentModel.IContainer
Gets the specified container of the property.

Implements

ISite.Container