Gets or sets the Cals data.
public string CalsData {get; set;}
public: __property string* get_CalsData();
public: __property void set_CalsData(
string* value
);
'Declaration
Public Property CalsData As String
'Usage
Dim instance As ImageCalsTag
Dim value As String
instance.CalsData = value
value = instance.CalsData
Property Value
A string value which represents the Cals data.