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