Share via


ControlSite.ISite.Name Property

Gets or sets the name of the component.

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

Syntax

'Declaration
Private Property Name As String Implements ISite.Name
    Get
    Set
'Usage
Dim instance As ControlSite
Dim value As String

value = CType(instance, ISite).Name

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

Property Value

Type: System.String
Gets the specified name of the component.

Implements

ISite.Name