Returns the order UEName.
Read-only property
Visual Basic |
---|
Public Property UEName As String |
UEName, represented as String
The UEName is set once upon creation and cannot be modified later.
The user-editable part of a UEName has the following restrictions:
- It may not include the dash character (i.e., "-")
- Its length is limited to 14 characters
See the usage of UEName property in the OrderChanged event's example section.