Gets and sets the Modca ID.
public int ModcaId {get; set;}
public: __property int get_ModcaId();
public: __property void set_ModcaId(
int value
);
public:
property int ModcaId {
int get();
void set ( int value);
}
'Declaration
Public Property ModcaId As Integer
'Usage
Dim instance As ImageModcaTag
Dim value As Integer
instance.ModcaId = value
value = instance.ModcaId
Property Value
An integer value which represents the Modca ID to get or set.