public byte[]? Personalization { get; set; }Public Property Personalization As Byte()
Get
Setpublic:
property array<unsigned char>^ Personalization {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Personalization();
function set_Personalization(value);| ArgumentException | Attempt to set Personalization to non-null other than 16 bytes. |