LicFileLicenseProvider.GetKey(Type) Método

Definición

Devuelve una clave para el tipo especificado.

protected:
 virtual System::String ^ GetKey(Type ^ type);
protected virtual string GetKey(Type type);
abstract member GetKey : Type -> string
override this.GetKey : Type -> string
Protected Overridable Function GetKey (type As Type) As String

Parámetros

type
Type

Tipo de objeto que se va a devolver la clave.

Devoluciones

Confirmación de que el type parámetro tiene licencia.

Se aplica a

Consulte también