PathRecommendation.FileType Property

Definition

Gets or sets the type of the file (for Linux files - Executable is used) Possible values include: 'Exe', 'Dll', 'Msi', 'Script', 'Executable', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="fileType")]
public string FileType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileType")>]
member this.FileType : string with get, set
Public Property FileType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to