Accusoft.NotateXpress13.Net
UserLong Property (Element)




Gets and sets a user defined long value associated with the element.
Syntax
'Declaration
 
Public Property UserLong As Integer
'Usage
 
Dim instance As Element
Dim value As Integer
 
instance.UserLong = value
 
value = instance.UserLong
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);
}

Property Value

An integer value which is associated with the element.
Remarks

The default value is 0.

See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback