Gets the name of the user who created this note.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property user As String |
| Visual Basic (Usage) | |
|---|
Dim instance As IPDMWDocumentNote
Dim value As String
instance.user = value
value = instance.user
|
| C# | |
|---|
string user {get; set;} |
| C++/CLI | |
|---|
property String^ user {
String^ get();
void set (String^ value);
} |
Return Value
Name of the user who created this note
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS