TermSetItem.CustomSortOrder property

Gets the custom sort order for children of the current item.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public MustOverride Property CustomSortOrder As String
    Get
    Set
'Usage
Dim instance As TermSetItem
Dim value As String

value = instance.CustomSortOrder

instance.CustomSortOrder = value
public abstract string CustomSortOrder { get; set; }

Property value

Type: System.String
Returns String.

Remarks

This property must be overridden.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Taxonomy namespace