GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.DropFileEventArgs Class / File Property





In This Topic
File Property
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property File As String()
public string[] File {get;}
public read-only property File: array of String; 
public function get File : String[]
public: __property string*[]* get_File();
public:
property array<String^>^ File {
   array<String^>^ get();
}
See Also