IIdentifierCreationService.ValidateIdentifier(Activity, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.