ICaaRecord.Flag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The flags for this CAA record as an integer between 0 and 255.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The flags for this CAA record as an integer between 0 and 255.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="flags")]
public int? Flag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The flags for this CAA record as an integer between 0 and 255.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="flags")>]
member this.Flag : Nullable<int> with get, set
Public Property Flag As Nullable(Of Integer)
Property Value
- Attributes