AccessKeyManager.IsKeyRegistered(Object, String) Metodo

Definizione

Indica se la chiave specificata è registrata come chiavi di accesso nell'ambito specificato.

public:
 static bool IsKeyRegistered(System::Object ^ scope, System::String ^ key);
public static bool IsKeyRegistered(object scope, string key);
static member IsKeyRegistered : obj * string -> bool
Public Shared Function IsKeyRegistered (scope As Object, key As String) As Boolean

Parametri

scope
Object

Origine della presentazione su cui eseguire una query per key.

key
String

Chiave da eseguire per la query.

Valori restituiti

true se la chiave è registrata; in caso contrario, false.

Si applica a