[Missing <summary> documentation for "P:TinCan.ContextActivities.other"]

Namespace: TinCan
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

Property Value

Type: List<(Of <(<'Activity>)>)>

See Also