Share via


ConfigReference.Gid Property

Definition

Gets or sets the group ID (GID) used to identify the group of the referenced configuration.

[YamlDotNet.Serialization.YamlMember(Alias="gid")]
public int? Gid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="gid")>]
member this.Gid : Nullable<int> with get, set
Public Property Gid As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The GID is an optional integer parameter that specifies the group ownership for the resource. If set, it defines the group to which the target resource belongs.

Applies to