|
LogicalItemPartitionName Property
|
Gets or sets the partition name for this 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:
String
The partition name of this item.
See Also