CaaRecord.Flags Property

Definition

Gets or sets the flags for this CAA record as an integer between 0 and 255.

[Newtonsoft.Json.JsonProperty(PropertyName="flags")]
public int? Flags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="flags")>]
member this.Flags : Nullable<int> with get, set
Public Property Flags As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to