3 references to ReferralChasingOption
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
195
public System.DirectoryServices.
ReferralChasingOption
Referral { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
233
[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.
ReferralChasingOption
.External)]
234
public System.DirectoryServices.
ReferralChasingOption
ReferralChasing { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }