Gets or sets the type of the data set.
public long DataSetType {get; set;}
public: __property long get_DataSetType();
public: __property void set_DataSetType(
long value
);
public:
property int64 DataSetType {
int64 get();
void set ( int64 value);
}
'Declaration
Public Property DataSetType As Long
'Usage
Dim instance As ImageXIptcData
Dim value As Long
instance.DataSetType = value
value = instance.DataSetType
Property Value
An integer value which represents the type of the data set.