Gets the length of the data set.
public long DataSetLength {get;}
public: __property long get_DataSetLength();
public:
property int64 DataSetLength {
int64 get();
}
'Declaration
Public ReadOnly Property DataSetLength As Long
'Usage
Dim instance As ImageXIptcData
Dim value As Long
value = instance.DataSetLength
Property Value
An integer value which represents the length of the data set.