JAMS Developer Guide
SetValue Method (SubmitEntryPropertyDescriptor)


MVPSI.JAMS.Activities Namespace > SubmitEntryPropertyDescriptor Class : SetValue Method
When overridden in a derived class, sets the value of the component to a different value.
Syntax
'Declaration
 
Public Overrides Sub SetValue( _
   ByVal component As System.Object, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As SubmitEntryPropertyDescriptor
Dim component As System.Object
Dim value As System.Object
 
instance.SetValue(component, value)
public override void SetValue( 
   System.object component,
   System.object value
)

Parameters

component
value
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

SubmitEntryPropertyDescriptor Class
SubmitEntryPropertyDescriptor Members