|
MonitorConfigurationSSMStagingPath Property
|
This value is the path of the staged folders on the target.
Namespace:
DoubleTake.Core.Contract.MonitorAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic string SSMStagingPath { get; set; }Public Property SSMStagingPath As String
Get
Set
public:
property String^ SSMStagingPath {
String^ get ();
void set (String^ value);
}function get_SSMStagingPath();
function set_SSMStagingPath(value);
Property Value
Type:
StringThe SSM staging path.
See Also