Share via


ConfigReference.Mode Property

Definition

Represents the access mode for the configuration reference in the form of an integer value. This property determines the permissions or access level for the configuration being referenced. Typical values might correspond to standard file permission modes.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to