LicenseManager.IsLicensed(Type) Método

Definición

Devuelve si el tipo especificado tiene una licencia válida.

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

Parámetros

type
Type

Type para el que se va a buscar una licencia válida.

Devoluciones

true si el tipo especificado tiene licencia; en caso contrario, false.

Se aplica a