Public ReadOnly Property Delimiter As Byte()
Dim instance As Data Dim value() As Byte value = instance.Delimiter
public byte[] Delimiter {get;}
public: property array<byte>^ Delimiter { array<byte>^ get(); }
Data Class Data Members