|
LogicalItemName Property
|
Gets or sets the name of this item. Typically this name is displayed in the user interface.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
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:
String
The name of this item.
See Also