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