|
VolumeLabel Property |
This value is the label assigned to the volume.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Label { get; set; }
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
function get_Label();
function set_Label(value);
Property Value
Type:
String
The volume label.
See Also