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