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