PolicyAssignment.Metadata Property

Definition

Gets or sets the policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.metadata")]
public object Metadata { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.metadata")>]
member this.Metadata : obj with get, set
Public Property Metadata As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to