Edit

Share via


IIdentifierCreationService.ValidateIdentifier(Activity, String) Method

Definition

Provides a mechanism to test that an identifier is unique within an Activity.

public:
 void ValidateIdentifier(System::Workflow::ComponentModel::Activity ^ activity, System::String ^ identifier);
public void ValidateIdentifier(System.Workflow.ComponentModel.Activity activity, string identifier);
abstract member ValidateIdentifier : System.Workflow.ComponentModel.Activity * string -> unit
Public Sub ValidateIdentifier (activity As Activity, identifier As String)

Parameters

activity
Activity

The Activity against which to test the identifier.

identifier
String

The identifier to test for validity.

Remarks

Use ValidateIdentifier to make sure an identifier is unique and properly formatted for use within a specified Activity.

Applies to