 | AnalyticsServerOSModelOsType Property |
What type of OS is installed on the machine.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntaxpublic AnalyticsOSTypeModelEnum OsType { get; set; }
Public Property OsType As AnalyticsOSTypeModelEnum
Get
Set
public:
property AnalyticsOSTypeModelEnum OsType {
AnalyticsOSTypeModelEnum get ();
void set (AnalyticsOSTypeModelEnum value);
}
member OsType : AnalyticsOSTypeModelEnum with get, set
Property Value
Type:
AnalyticsOSTypeModelEnum
See Also