In This Topic

FilePath Property (ThumbnailEx.FileTypeNotSupportedEventArgs)

In This Topic
The path of the unsupported file.
Syntax
'Declaration
 
Public ReadOnly Property FilePath As String
public string FilePath {get;}
public read-only property FilePath: String; 
public function get FilePath : String
public: __property string* get_FilePath();
public:
property String^ FilePath {
   String^ get();
}
See Also