Selerix Developer Tools
Path Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > FileRequest Class : Path Property
Gets or sets the path.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property Path As String
'Usage
 
Dim instance As FileRequest
Dim value As String
 
instance.Path = value
 
value = instance.Path
[XmlElement()]
public string Path {get; set;}
public read-write property Path: String; 
XmlElementAttribute()
public function get,set Path : String
[XmlElement()]
public: __property string* get_Path();
public: __property void set_Path( 
   string* value
);
[XmlElement()]
public:
property String^ Path {
   String^ get();
   void set (    String^ value);
}

Property Value

The path.
See Also

Reference

FileRequest Class
FileRequest Members