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