| GetDNFCodeSetup Method | |
| See Also |
- pIDNFCodeSetupParams
The key of the DNF code to retrieve.
Retrieves a DNF code.
The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method.
| Visual Basic |
|---|
Public Function GetDNFCodeSetup( _
   ByVal pIDNFCodeSetupParams As DNFCodeSetupParams _
) As DNFCodeSetup |
- pIDNFCodeSetupParams
The key of the DNF code to retrieve.
The DNF code with the specified key.