PolicyDefinition.PolicyType Property

Definition

Gets or sets the type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. Possible values include: 'NotSpecified', 'BuiltIn', 'Custom', 'Static'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.policyType")]
public string PolicyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.policyType")>]
member this.PolicyType : string with get, set
Public Property PolicyType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to