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
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.