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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.