License.IsNullOrNone Method
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Shared Function IsNullOrNone ( _
license As License _
) As Boolean
public static bool IsNullOrNone(
License license
)
public:
static bool IsNullOrNone(
License^ license
)
static member IsNullOrNone :
license:License -> bool
public static function IsNullOrNone(
license : License
) : boolean
Parameters
- license
Type: Microsoft.VisualStudio.Services.Licensing.License
Return 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.