public ByteString Payload { get; set; }
Public Property Payload As ByteString Get Set
public: property ByteString^ Payload { ByteString^ get (); void set (ByteString^ value); }