SimpleContentContent Property |
Gets or sets the content corresponding to the path and file passed across.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] Content { get; set; }
Public Property Content As Byte()
Get
Set
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Content : byte[] with get, set
Property Value
Type:
ByteSee Also