| TransitionLog Actions Property | CSAL Mongo Access Library |
List of actions
Namespace: CSALMongo.TurnModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ActionLog> Actions { get; set; }
public List<ActionLog> Actions { get; set; }Public Property Actions As List(Of ActionLog) Get Set
Public Property Actions As List(Of ActionLog) Get Set
public: property List<ActionLog^>^ Actions { List<ActionLog^>^ get (); void set (List<ActionLog^>^ value); }
public:
property List<ActionLog^>^ Actions {
List<ActionLog^>^ get ();
void set (List<ActionLog^>^ value);
}Property Value
Type:See Also