Gets and sets a user defined long value associated with the element.
public int UserLong {get; set;}
public: __property int get_UserLong();
public: __property void set_UserLong(
int value
);
public:
property int UserLong {
int get();
void set ( int value);
}
'Declaration
Public Property UserLong As Integer
'Usage
Dim instance As Element
Dim value As Integer
instance.UserLong = value
value = instance.UserLong
Property Value
An integer value which is associated with the element.