Gets or sets the data field.
public byte[] DataField {get; set;}
public: __property byte[]* get_DataField();
public: __property void set_DataField(
byte[]* value
);
'Declaration
Public Property DataField As Byte()
'Usage
Dim instance As ImageXIptcData
Dim value() As Byte
instance.DataField = value
value = instance.DataField
Property Value
A byte value which represents the data field.