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