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