PccViewerServices Namespace > ApplicationConfig Class : DocumentFolder Property |
'Declaration Public ReadOnly Property DocumentFolder As System.String
'Usage Dim instance As ApplicationConfig Dim value As System.String value = instance.DocumentFolder
public System.string DocumentFolder {get;}
public read-only property DocumentFolder: System.String;
public function get DocumentFolder : System.String
public: __property System.string* get_DocumentFolder();
public: property System.String^ DocumentFolder { System.String^ get(); }