|
PhysicalItemPath Property |
This value is the path of the item.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Path { get; set; }
Public Property Path As String
Get
Set
public:
virtual property String^ Path {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Path();
function set_Path(value);
Property Value
Type:
StringThe path of this item.
See Also