|
PhysicalItemPartitionName Property
|
This value is the partition name of the item.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string PartitionName { get; set; }
Public Property PartitionName As String
Get
Set
public:
virtual property String^ PartitionName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_PartitionName();
function set_PartitionName(value);
Property Value
Type:
StringThe partition name of this item.
See Also