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