Gets and sets a user defined string.
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 Group
Dim value As String
instance.UserString = value
value = instance.UserString
Property Value
A string value which is associated with the group.