OSDetails.IsWinBlueOrLater Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsWinBlueOrLater As Boolean
public static bool IsWinBlueOrLater { get; }
public:
static property bool IsWinBlueOrLater {
bool get ();
}
static member IsWinBlueOrLater : bool with get
static function get IsWinBlueOrLater () : 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.