Share via


PropertyViewer.PropertyItem Constructor (String, Int32)

Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name and priority.

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

Syntax

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

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

Parameters

  • name
    Type: System.String
    A string that represents the name of the control.
  • priority
    Type: System.Int32
    An integer that represents the priority of the control.