JAMS Developer Guide
SetEntryElementState Constructor


MVPSI.JAMS.Host Namespace > SetEntryElementState Class : SetEntryElementState Constructor
The JAMS entry that owns the Element.
The new state of the Element.
The ID of the Element.
Collection of updated properties.
Initializes a SetEntryElementState
Syntax
'Declaration
 
Public Function New( _
   ByVal jamsEntry As System.Integer, _
   ByVal newState As ElementState, _
   ByVal elementId As System.Integer, _
   ByVal properties As PropertyValueCollection _
)
'Usage
 
Dim jamsEntry As System.Integer
Dim newState As ElementState
Dim elementId As System.Integer
Dim properties As PropertyValueCollection
 
Dim instance As New SetEntryElementState(jamsEntry, newState, elementId, properties)
public SetEntryElementState( 
   System.int jamsEntry,
   ElementState newState,
   System.int elementId,
   PropertyValueCollection properties
)

Parameters

jamsEntry
The JAMS entry that owns the Element.
newState
The new state of the Element.
elementId
The ID of the Element.
properties
Collection of updated properties.
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

SetEntryElementState Class
SetEntryElementState Members