Sdílet prostřednictvím


WorkflowRoleCollection.IncludesIdentity(String) Metoda

Definice

Vrátí hodnotu, která označuje, zda WorkflowRoleCollection obsahuje zadanou identitu.

public:
 bool IncludesIdentity(System::String ^ identity);
public bool IncludesIdentity (string identity);
member this.IncludesIdentity : string -> bool
Public Function IncludesIdentity (identity As String) As Boolean

Parametry

identity
String

Řetězec obsahující identitu, kterou chcete vyhledat.

Návraty

Boolean

true Pokud WorkflowRoleCollection obsahuje identitu; v opačném případě false .

Platí pro