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 string? Uid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="uid")>]
member this.Uid : string with get, set
Public Property Uid As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to