Reference Library
Data Property
NamespacesMBNCSUtilDataReaderData
Gets a copy of the data used by the current instance. When overridden in a derived class, allows this class to access an alternative data source.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual byte[] Data { get; }
Protected Overridable ReadOnly Property Data As Byte()
	Get
protected:
virtual property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
}

Assembly: Asgard5Library (Module: Asgard5Library)