OSDetails.IsClient Property
True if a client OS such as Windows Vista or Windows 7.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsClient As Boolean
public static bool IsClient { get; }
public:
static property bool IsClient {
bool get ();
}
static member IsClient : bool with get
static function get IsClient () : boolean
Property Value
Type: System.Boolean
Returns 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.