Share via


PropertyViewer.PropertyItem Constructor (String)

Initializes a new instance of the PropertyViewer.PropertyItem class with the default properties.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New PropertyViewer..::..PropertyItem(name)
public PropertyItem(
    string name
)
public:
PropertyItem(
    String^ name
)
new : 
        name:string -> PropertyItem
public function PropertyViewer..::..PropertyItem(
    name : String
)

Parameters

  • name
    Type: System.String
    A string that represents the name of the control.