|
ProductInfoName Property
|
This value is the name of the product on the server.
Namespace:
DoubleTake.Core.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:
property String^ Name {
String^ get ();
void set (String^ value);
}function get_Name();
function set_Name(value);
Property Value
Type:
String
The name of the product on the server.
See Also