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