Delen via


File.FileType Eigenschap

Definitie

Hiermee haalt u het bestandstype op.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

Type van het bestand. Mogelijke waarden zijn bestand en map. Mogelijke waarden zijn: 'bestand', 'map'

Van toepassing op