ValidationError.Id Property

Definition

A unique alphanumeric identifier for the Activity that is the source of the error. This identifier is unique for each activity in a specific workflow.

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

Property Value

An identifier for the activity that is the source of the error.

Applies to