FileInformation.FileType Property

Definition

Gets the file type.

public:
 property Platform::String ^ FileType { Platform::String ^ get(); };
winrt::hstring FileType();
public string FileType { get; }
var string = fileInformation.fileType;
Public ReadOnly Property FileType As String

Property Value

String

Platform::String

winrt::hstring

The file type.

Implements

Applies to