Term.Description property

Gets or sets the description of the current Term object.

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

Syntax

'Declaration
Public ReadOnly Property Description As String
    Get
'Usage
Dim instance As Term
Dim value As String

value = instance.Description
public string Description { get; }

Property value

Type: System.String

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace