WorkflowRoleCollection.IncludesIdentity(String) Método
Definição
Retorna um valor que indica se a WorkflowRoleCollection contém a identidade especificada.Returns a value indicating whether the WorkflowRoleCollection contains the specified identity.
public:
bool IncludesIdentity(System::String ^ identity);
public bool IncludesIdentity (string identity);
member this.IncludesIdentity : string -> bool
Public Function IncludesIdentity (identity As String) As Boolean
Parâmetros
- identity
- String
Uma cadeia de caracteres que contém a identidade que deseja pesquisar.A string that contains the identity for which to search.
Retornos
true
se a WorkflowRoleCollection contiver a identidade, caso contrário, false
.true
if the WorkflowRoleCollection contains the identity; otherwise false
.