Gets or sets the record.
public byte Record {get; set;}
public: __property byte get_Record();
public: __property void set_Record(
byte value
);
public:
property byte Record {
byte get();
void set ( byte value);
}
'Declaration
Public Property Record As Byte
'Usage
Dim instance As ImageXIptcData
Dim value As Byte
instance.Record = value
value = instance.Record
Property Value
A byte value which represents the record.