Accusoft.ImagXpress13.Net
DataSetType Property




Gets or sets the type of the data set.
Syntax
'Declaration
 
Public Property DataSetType As Long
'Usage
 
Dim instance As ImageXIptcData
Dim value As Long
 
instance.DataSetType = value
 
value = instance.DataSetType
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);
}

Property Value

An integer value which represents the type of the data set.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXIptcData Class
ImageXIptcData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback