ServiceMetadataPublishingElement.PolicyVersion 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 a value that specifies the version of the WS-Policy specification being used.
public:
property System::ServiceModel::Description::PolicyVersion ^ PolicyVersion { System::ServiceModel::Description::PolicyVersion ^ get(); void set(System::ServiceModel::Description::PolicyVersion ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PolicyVersionConverter))]
[System.Configuration.ConfigurationProperty("policyVersion", DefaultValue="Default")]
public System.ServiceModel.Description.PolicyVersion PolicyVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PolicyVersionConverter))>]
[<System.Configuration.ConfigurationProperty("policyVersion", DefaultValue="Default")>]
member this.PolicyVersion : System.ServiceModel.Description.PolicyVersion with get, set
Public Property PolicyVersion As PolicyVersion
Property Value
A valid value of PolicyVersion that specifies the version of the WS-Policy specification being used.
- 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.