KeyToPathV1.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.
Gets or sets the file mode to be applied to the path. Represents optional permissions for the file, expressed as an integer. If not specified, the default mode is utilized.
[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