Report..::..FileBinary Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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