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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

License Class

Microsoft.VisualStudio.Services.Licensing Namespace