IADsGroup Property: Description

Property Name
Description 

Property Type
String

Description
Gets and sets the text Description of a group.

Remarks
Description usually means a string that contains a remark for the group. The comment can have as many as 257 characters although it can also be a Null string.

Example

Dim GroupObject As IADsGroup
Set GroupObject = GetObject("NTDS://YourDomainName/GroupName")
Debug.Print GroupObject.Description

 

See Also