Click or drag to resize
LogicalItemName Property
Gets or sets the name of this item. Typically this name is displayed in the user interface.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public string Name { get; set; }

Property Value

Type: String
The name of this item.
See Also