Share via


ConfigReference.Uid Property

Definition

Gets or sets the user identifier (UID) associated with the configuration reference. Optional property that specifies the user ID for accessing the configuration target.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to