WorkflowRoleCollection.IncludesIdentity(String) 方法

定義

傳回值,指出 WorkflowRoleCollection 是否包含指定的身分識別。

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

參數

identity
String

包含要搜尋之身分識別的字串。

傳回

Boolean

如果 true 包含身分識別,則為 WorkflowRoleCollection,否則為 false

適用於