Gets or sets the name of the user record to display.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DisplayName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWUser
Dim value As System.String
instance.DisplayName = value
value = instance.DisplayName |
C# | |
---|
System.string DisplayName {get; set;} |
C++/CLI | |
---|
property System.String^ DisplayName {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of the user record to display
See Also
Availability
SolidWorks Workgroup PDM 2004 FCS