WebWorkflowRole.IncludesIdentity(String) Method

Definition

Returns a value indicating whether the WebWorkflowRole contains the specified identity.

public:
 override bool IncludesIdentity(System::String ^ identity);
public override bool IncludesIdentity (string identity);
override this.IncludesIdentity : string -> bool
Public Overrides Function IncludesIdentity (identity As String) As Boolean

Parameters

identity
String

The name of the identity to test for.

Returns

true if the WebWorkflowRole contains the specified identity; otherwise, false.

Applies to