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 を表す文字列。

戻り値

true が ID を格納している場合は WorkflowRoleCollection。それ以外の場合は false

適用対象