Share via


PropertyViewer.PropertyItem.SortKey Property

Gets the sort key of the property item.

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

Syntax

'Declaration
Public ReadOnly Property SortKey As String
    Get
'Usage
Dim instance As PropertyViewer..::..PropertyItem
Dim value As String

value = instance.SortKey
public string SortKey { get; }
public:
property String^ SortKey {
    String^ get ();
}
member SortKey : string
function get SortKey () : String

Property Value

Type: System.String
A string that represents the converted integer value of priority.