ManagementPolicyRule.Name Property

Definition

Gets or sets a rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to