'Declaration
Public Property TimeStampResponse As Byte()
'Usage
Dim instance As PdfTimeStampEventData Dim value() As Byte instance.TimeStampResponse = value value = instance.TimeStampResponse
public byte[] TimeStampResponse {get; set;}
public: property array<byte>^ TimeStampResponse { array<byte>^ get(); void set ( array<byte>^ value); }