TermSet.Names property

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

Syntax

'Declaration
Public ReadOnly Property Names As IDictionary(Of String, String)
    Get
'Usage
Dim instance As TermSet
Dim value As IDictionary(Of String, String)

value = instance.Names
public IDictionary<string, string> Names { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Client.Taxonomy namespace