IDelegation Property: UseDelegation

Property Name
UseDelegation

Property Type
Boolean

Description
Gets or sets whether delegation is to be used or not.

Example

Dim Delegation As IDelegation
Set Delegation = GetObject("NTDS:")
Debug.Print Delegation.Delegation.UseDelegation
Delegation.UseDelegation = True

 

See Also: