OSImage.Is64Bit Property¶
Gets a value indicating whether the OS image [is64 bit].
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public bool Is64Bit { get; }
VB¶
Public ReadOnly Property Is64Bit As Boolean
Get
Property Value¶
Type: Booleantrue
if [is64 bit]; otherwise, false
.