DistributionGroup.Description Property
Gets the description of a group.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
Get
'Usage
Dim instance As DistributionGroup
Dim value As String
value = instance.Description
public string Description { get; }
Property Value
Type: System.String