Oregon State University Libraries C# OAI Harvester Library

OAI.GetRecord Method (String, String, Object)

[Visual Basic]
Overloads Public Function GetRecord( _
   ByVal sidentifier As String, _
   ByVal sPrefix As String, _
   ByRef objHandler As Object _
) As Record
[C#]
public Record GetRecord(
   string sidentifier,
   string sPrefix,
   ref object objHandler
);

See Also

OAI Class | oai Namespace | OAI.GetRecord Overload List