Reference Library
Data Property
NamespacesAsgard5.NetDataReceivedEventArgsData
Declaration Syntax
C#Visual BasicVisual C++
public byte[] Data { get; protected set; }
Public Property Data As Byte()
	Get
	Protected Set
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	protected: void set (array<unsigned char>^ value);
}

Assembly: Asgard5Library (Module: Asgard5Library)