Group.Description property

Gets or sets the description for the group.

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

Syntax

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

value = instance.Description

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

Property value

Type: System.String
Returns String.

See also

Reference

Group class

Group members

Microsoft.SharePoint.Client namespace