OSDetails.IsWin8OrLater Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsWin8OrLater As Boolean
public static bool IsWin8OrLater { get; }
public:
static property bool IsWin8OrLater {
bool get ();
}
static member IsWin8OrLater : bool with get
static function get IsWin8OrLater () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.