IDelegation Property: DelegationServerMachineName

Property Name
DelegationServerMachineName

Property Type
String

Description
Gets or sets the name of the computer where the Delegation Server has been installed.

Example

Dim Delegation As IDelegation
Set Delegation = GetObject("NTDS:")
Debug.Print Delegation.DelegationServerMachineName
Delegation.DelegationServerMachineName = "\\AnotherMachineName"

 

See Also: