PeerResolverElement.ReferralPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the referral policy for peer resolvers configured with this element.
public:
property System::ServiceModel::PeerResolvers::PeerReferralPolicy ReferralPolicy { System::ServiceModel::PeerResolvers::PeerReferralPolicy get(); void set(System::ServiceModel::PeerResolvers::PeerReferralPolicy value); };
[System.Configuration.ConfigurationProperty("referralPolicy", DefaultValue=System.ServiceModel.PeerResolvers.PeerReferralPolicy.Service)]
public System.ServiceModel.PeerResolvers.PeerReferralPolicy ReferralPolicy { get; set; }
[<System.Configuration.ConfigurationProperty("referralPolicy", DefaultValue=System.ServiceModel.PeerResolvers.PeerReferralPolicy.Service)>]
member this.ReferralPolicy : System.ServiceModel.PeerResolvers.PeerReferralPolicy with get, set
Public Property ReferralPolicy As PeerReferralPolicy
Property Value
PeerReferralPolicy that specifies the referral policy for peer resolvers configured with this element.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.