TermSetItem.CustomSortOrder property
Gets the custom sort order for children of the current item.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property CustomSortOrder As String
Get
Set
'Usage
Dim instance As TermSetItem
Dim value As String
value = instance.CustomSortOrder
instance.CustomSortOrder = value
public string CustomSortOrder { get; set; }
Property value
Type: System.String
Remarks
This property must be overridden.