Share via


GovernanceRuleProperties.IsGracePeriod Property

Definition

Gets or sets defines whether there is a grace period on the governance rule

[Newtonsoft.Json.JsonProperty(PropertyName="isGracePeriod")]
public bool? IsGracePeriod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isGracePeriod")>]
member this.IsGracePeriod : Nullable<bool> with get, set
Public Property IsGracePeriod As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to