public byte[]? Password { get; set; }Public Property Password As Byte()
Get
Setpublic:
property array<unsigned char>^ Password {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Password();
function set_Password(value);