Platform SDK: Active Directory, ADSI, and Directory Services |
The property method of the IADsNameTranslate interface sets the property described in the following table. For more information, see Interface Property Methods.
Property | Description |
---|---|
ChaseReferral
[Visual Basic] [C++] |
Options of referral chasing as defined in ADS_CHASE_REFERRALS_ENUM. When referral chasing is set, the name translation will be performed on objects that do not belong to this directory and are the referrals that were returned from referral chasing. |
The referral chasing options apply only when you use IADsNameTranslate::Set and IADsNameTranslate::Get. The feature is not available with IADsNameTranslate::SetEx or IADsNameTranslate::GetEx.
The default setting for referral chasing is on. Without referral chasing, you can have name translation performed on those objects residing on the connected directory server only. If you are uncertain whether the object of interest is on the specified server, you should set this property to be ADS_CHASE_REFERRALS_ALWAYS.
IADsNameTranslate, IADsNameTranslate::Get, IADsNameTranslate::GetEx, IADsNameTranslate::Set, IADsNameTranslate::SetEx, Interface Property Methods