Gets or sets the name of the cable.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property UserName As String |
| Visual Basic (Usage) | |
|---|
Dim instance As ICable
Dim value As String
instance.UserName = value
value = instance.UserName
|
| C# | |
|---|
string UserName {get; set;} |
| C++/CLI | |
|---|
property String^ UserName {
String^ get();
void set (String^ value);
} |
Return Value
Name of the cable
Remarks
See Also
Availability
SolidWorks Routing 2006 FCS