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