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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.