Selerix Developer Tools
FileName Property (FileRequest)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > FileRequest Class : FileName Property
Gets or sets the path to the object config file.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As FileRequest
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
public read-write property FileName: String; 
public function get,set FileName : String
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

File name.
See Also

Reference

FileRequest Class
FileRequest Members