Declaration Syntax
C# | Visual Basic | Visual C++ |
public ExportRecord FindRecord( string instance, int identifier )
Public Function FindRecord ( _ instance As String, _ identifier As Integer _ ) As ExportRecord
public: ExportRecord^ FindRecord( String^ instance, int identifier )
Parameters
- instance (String)
- Instance name of the ExportRecord to be retrieved.
- identifier (Int32)
- Identifier of the ExportRecord to be retrieved.
Return Value
An ExportRecord object if a match is found; otherwise null.