ServiceMetadataPublishingElement.PolicyVersion Property

Definition

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