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