IADsService Property: DisplayName

Property Name
DisplayName

Property Type
String

Description
Gets and sets the display name of the service.

Example

Dim serobj As IADsService
'Get the object of the service
Set serobj = GetObject("NTDS://MSFT/MOON/Messenger")
'Get the Display name property of the service.
Debug.Print serobj.DisplayName

 

See Also