|
PhysicalItemName Property |
This value is the name of the item. Typically, this name is used for display in the user interface.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Name();
function set_Name(value);
Property Value
Type:
StringThe name of this item.
See Also