VisualStudioServicesApplication.IsLicenseValid Method
Verify the server license is valid
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Function IsLicenseValid As Boolean
protected virtual bool IsLicenseValid()
protected:
virtual bool IsLicenseValid()
abstract IsLicenseValid : unit -> bool
override IsLicenseValid : unit -> bool
protected function IsLicenseValid() : boolean
Return Value
Type: System.Boolean
True if the server has a valid license, False if not
.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.