LicenseManager.IsLicensed(Type) Method

Definition

Returns whether the given type has a valid license.

public:
 static bool IsLicensed(Type ^ type);
public static bool IsLicensed (Type type);
static member IsLicensed : Type -> bool
Public Shared Function IsLicensed (type As Type) As Boolean

Parameters

type
Type

The Type to find a valid license for.

Returns

true if the given type is licensed; otherwise, false.

Applies to