Share via


TermGroup.Description property

Gets the description of the TermGroup object.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As TermGroup
Dim value As String

value = instance.Description

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

Property value

Type: System.String
The description of this TermGroup object.

See also

Reference

TermGroup class

TermGroup members

Microsoft.SharePoint.Client.Taxonomy namespace