FilePath Property (ViewerBase)
In This Topic
Gets or sets the document path.
Syntax
'Declaration
Public Property FilePath As System.String
'Usage
Dim instance As ViewerBase
Dim value As System.String
instance.FilePath = value
value = instance.FilePath
public System.string FilePath {get; set;}
public read-write property FilePath: System.String;
public function get,set FilePath : System.String
public: __property System.string* get_FilePath();
public: __property void set_FilePath(
System.string* value
);
public:
property System.String^ FilePath {
System.String^ get();
void set ( System.String^ value);
}
See Also