public byte[] Contents {get;}
public: __property byte[]* get_Contents();
public: property array<byte>^ Contents { array<byte>^ get(); }
'Declaration Public ReadOnly Property Contents As Byte()
'Usage Dim instance As Signature Dim value() As Byte value = instance.Contents
Signature Class Signature Members