IADsUser Property: Description

Property Name
Description

Property Type
String

Description
Gets and sets the text Description of a user.

Remarks
The string can be a Null string, or it can have any number of characters before the terminating Null character.

Example

Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.Description

 

See Also