 | AppSettingsSnapshotDirectory property |
Directory defined by the user in which snapshots of nodes are saved.
If the SnapshotDirectory path is relative or empty (usually not useful), then the
SnapshotDirectory path always relative to the directory in which the JobDescription.xml
of the MainJob.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string SnapshotDirectory { get; set; }
Public Property SnapshotDirectory As String
Get
Set
public:
property String^ SnapshotDirectory {
String^ get ();
void set (String^ value);
}
member SnapshotDirectory : string with get, set
Property value
String
See also