AppPoolInfo.Is64Bit Property

 

Namespace:   Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

public bool Is64Bit { get; }
public:
property bool Is64Bit {
    bool get();
}
member Is64Bit : bool with get
Public ReadOnly Property Is64Bit As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

AppPoolInfo Class
Microsoft.VisualStudio.Enterprise.WebInstrument Namespace

Return to top