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