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