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