[Missing <summary> documentation for "P:TinCan.ContextActivities.other"]
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public List<Activity> other { get; set; } |
| Visual Basic |
|---|
Public Property other As List(Of Activity) Get Set |
| Visual C++ |
|---|
public: property List<Activity^>^ other { List<Activity^>^ get (); void set (List<Activity^>^ value); } |
| F# |
|---|
member other : List<Activity> with get, set |