PFSFileProjectResultFolder Property |
Project result folder. A global result folder defined for the entire
MzShell project.
Managed by MzShell, when the PFS file is used as part of an
open MzShell project
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic string ProjectResultFolder { get; set; }
Public Property ProjectResultFolder As String
Get
Set
public:
property String^ ProjectResultFolder {
String^ get ();
void set (String^ value);
}
member ProjectResultFolder : string with get, set
Property Value
Type:
String
See Also