WorkflowRoleCollection.IncludesIdentity(String) 메서드

정의

지정된 ID가 포함되어 있는지 여부를 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

검색할 ID를 포함하는 문자열입니다.

반품

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

적용 대상