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