TermSetItem.CustomProperties property

Gets the collection of effective CustomProperty instances for a Term or TermSet.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CustomProperties As ReadOnlyDictionary(Of String, String)
    Get
'Usage
Dim instance As TermSetItem
Dim value As ReadOnlyDictionary(Of String, String)

value = instance.CustomProperties
public virtual ReadOnlyDictionary<string, string> CustomProperties { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.Generic.ReadOnlyDictionary<String, String>

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Taxonomy namespace