WebWorkflowRole.IncludesIdentity(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie une valeur indiquant si la WebWorkflowRole contient l'identité spécifiée.
public:
override bool IncludesIdentity(System::String ^ identity);
public override bool IncludesIdentity (string identity);
override this.IncludesIdentity : string -> bool
Public Overrides Function IncludesIdentity (identity As String) As Boolean
Paramètres
- identity
- String
Nom de l'identité à tester.
Retours
true
si le WebWorkflowRole contient l'identité spécifiée ; sinon, false
.