public virtual byte[] ProtocolSyncBytes { get; set; }Public Overridable Property ProtocolSyncBytes As Byte()
Get
Setpublic:
virtual property array<unsigned char>^ ProtocolSyncBytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_ProtocolSyncBytes();
function set_ProtocolSyncBytes(value);