Gets and sets a string value in the element that will become the UserString value associated with the object once it is created.
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 BaseToolbarDefaults
Dim value As String
instance.UserString = value
value = instance.UserString
Property Value
A string value which represents a private description for use by the application.