Saves the custom.
Syntax
'Declaration
Public Overridable Sub SaveCustom( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As Applicant
Dim name As String
Dim value As String
instance.SaveCustom(name, value)
Parameters
- name
- The name.
- value
- The value.
See Also