|
PhysicalRulePath Property
|
This value is the path of the data to be replicated.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string Path { get; set; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
function get_Path();
function set_Path(value);
Property Value
Type:
String
The path of the data to be replicated.
See Also