[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Communication.Packets
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
}

See Also