ApplicationRecord.Actions Property
Gets or sets the actions.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ApplicationRecord
Dim value As List(Of ActionRecord)
value = instance.Actions
instance.Actions = value
Syntax
'Declaration
Public Property Actions As List(Of ActionRecord)
public List<ActionRecord> Actions { get; set; }
public:
property List<ActionRecord^>^ Actions {
List<ActionRecord^>^ get ();
void set (List<ActionRecord^>^ value);
}
/** @property */
public List<ActionRecord> get_Actions ()
/** @property */
public void set_Actions (List<ActionRecord> value)
public function get Actions () : List<ActionRecord>
public function set Actions (value : List<ActionRecord>)
Property Value
Type: List The list of actions.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ApplicationRecord Class
ApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.