| Visual Basic | |
|---|---|
Property UserData As System.String | |
| C# | |
|---|---|
System.string UserData {get; set;} | |
| C++/CLI | |
|---|---|
property System.String^ UserData {
System.String^ get();
void set ( & System.String^ value);
} | |
Property Value
Arbitrary text data associated with this userSOLIDWORKS PDM Professional Version 6.0