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