ProfileWorkflowElement.ActivityDefinitionId Property

Definition

Gets or sets the activity definition ID of the workflow being tracked.

public:
 property System::String ^ ActivityDefinitionId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("activityDefinitionId", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ActivityDefinitionId { get; set; }
[<System.Configuration.ConfigurationProperty("activityDefinitionId", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ActivityDefinitionId : string with get, set
Public Property ActivityDefinitionId As String

Property Value

The activity definition ID

Attributes

Applies to