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