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