Platform SDK: Active Directory, ADSI, and Directory Services

IADsNameTranslate Property Methods

The property method of the IADsNameTranslate interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
ChaseReferral

[Visual Basic]
Access: Write
Data type: LONG

[C++]
HRESULT put_ChaseReferral
(LONG
lnChaseReferral)

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.

Remarks

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.

See Also

IADsNameTranslate, IADsNameTranslate::Get, IADsNameTranslate::GetEx, IADsNameTranslate::Set, IADsNameTranslate::SetEx, Interface Property Methods