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