Accusoft.NotateXpress13.Net
UserString Property (Element)




Gets and sets a user-defined string associated with the element.
Syntax
'Declaration
 
Public Property UserString As String
'Usage
 
Dim instance As Element
Dim value As String
 
instance.UserString = value
 
value = instance.UserString
public string UserString {get; set;}
public: __property string* get_UserString();
public: __property void set_UserString( 
   string* value
);
public:
property String^ UserString {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which is associated with the element.
Remarks

The default value is an empty string "".

See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback