 | AnalyticsServerHardwareModelIs32Bit Property |
Is this a 32 bit server?
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic bool Is32Bit { get; set; }
Public Property Is32Bit As Boolean
Get
Set
public:
property bool Is32Bit {
bool get ();
void set (bool value);
}
member Is32Bit : bool with get, set
Property Value
Type:
Boolean
See Also