C-DEngine 5.105

TheBlobData..::..BlobData Property

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public byte[] BlobData { get; set; }
Public Property BlobData As Byte()
	Get
	Set
public:
property array<unsigned char^>^ BlobData {
	array<unsigned char^>^ get ();
	void set (array<unsigned char^>^ value);
}