ComboBoxItemUser Constructor (String, String, String) |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ComboBoxItemUser(
string Id,
string Val,
string Uname
)
Public Sub New (
Id As String,
Val As String,
Uname As String
)
public:
ComboBoxItemUser(
String^ Id,
String^ Val,
String^ Uname
)
new :
Id : string *
Val : string *
Uname : string -> ComboBoxItemUser
Parameters
- Id
- Type: SystemString
- Val
- Type: SystemString
- Uname
- Type: SystemString
See Also