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