JAMS Developer Guide
Load(Entry,Int32) Method


MVPSI.JAMS Namespace > Entry Class > Load Method : Load(Entry,Int32) Method
Entry definition
The JAMS Entry ID of the Entry to load.
Load an Entry.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef entry As Entry, _
   ByVal jamsEntry As System.Integer _
) 
'Usage
 
Dim entry As Entry
Dim jamsEntry As System.Integer
 
Entry.Load(entry, jamsEntry)
public static void Load( 
   out Entry entry,
   System.int jamsEntry
)

Parameters

entry
Entry definition
jamsEntry
The JAMS Entry ID of the Entry to load.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List