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