Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.