Gets the name used to sort in 'Name (Parent)' format.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public override string SortName { get; }
Visual Basic
Public Overrides ReadOnly Property SortName As String
	Get

Property Value

Type: String
The name used to sort.

Implements

ISchemaObject..::..SortName
ISchemaObject..::..SortName

See Also