WorkflowRoleCollection.IncludesIdentity(String) 메서드

정의

WorkflowRoleCollection에 지정한 ID가 포함되는지 여부를 나타내는 값을 반환합니다.

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가 포함된 문자열입니다.

반환

Boolean

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

적용 대상