Share via


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

一个包含要搜索的标识的字符串。

返回

如果 true 包含此标识,则为 WorkflowRoleCollection;否则为 false

适用于