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의 이름입니다.

반품

이 항목에 포함되어 있으면 </&이고, 그렇지 않으면 .입니다.

적용 대상