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

要测试的标识的名称。

返回

如果包含在此内容中,则为 ;否则为

适用于