SendEmailFromTemplate.RegardingType Property

Definition

Gets or sets the logical entity name of the entity represented by the RegardingdId property.

public:
 property System::Activities::InArgument<System::String ^> ^ RegardingType { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Id of entity to instantiate email from.")]
public System.Activities.InArgument<string> RegardingType { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of entity to instantiate email from.")>]
member this.RegardingType : System.Activities.InArgument<string> with get, set
Public Property RegardingType As InArgument(Of String)

Property Value

The logical entity name of the entity represented by the RegardingdId property.

Attributes

Applies to