Share via


ApplicationRecord.Actions Property

Definition

Gets or sets the actions.

public:
 property System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ActionRecord ^> ^ Actions { System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ActionRecord ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ActionRecord ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ActionRecord> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ActionRecord> with get, set
Public Property Actions As List(Of ActionRecord)

Property Value

The list of actions.

Applies to