Share via


PolicyContract.Format Property

Definition

Gets or sets format of the policyContent. Possible values include: 'xml', 'xml-link', 'rawxml', 'rawxml-link'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to