ConfigReference.Gid 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.
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.