public byte[] Signature { get; set; }
Public Property Signature As Byte()
Get
Set
public:
property array<unsigned char>^ Signature {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
function get_Signature();
function set_Signature(value);
ArgumentNullException | Attempt is made to set Signature to a null value. |
ArgumentException | Attempt is made to set Signature to a value larger than the maximum allowed size. |
NotSupportedException | Attempt is made to modify Signature of a read-only lookup table. |