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