Share via


WorkflowRole.IncludesIdentity(String) 方法

定义

在派生类中实现时,返回一个指示此角色是否包含指定标识的值。

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

参数

identity
String

要测试的标识的名称。

返回

如果此 WorkflowRole 中包括 identity,则为 true;否则为 false

适用于