WorkflowRole.IncludesIdentity(String) 메서드

정의

파생 클래스에서 구현된 경우에 이 역할에 지정된 ID가 있는지 여부를 나타내는 값을 반환합니다.

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

테스트할 ID의 이름입니다.

반환

identity가 이 WorkflowRole에 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상