JAMS Developer Guide
SetEntryParameter Method


MVPSI.JAMS Namespace > IEntryWCF Interface : SetEntryParameter Method
The entry number that owns the parameter.
The name of the parameter to update.
The new parameter value.
Sets the value of an entry's parameter.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function SetEntryParameter( _
   ByVal jamsEntry As System.Integer, _
   ByVal paramName As System.String, _
   ByVal paramValue As System.String _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As IEntryWCF
Dim jamsEntry As System.Integer
Dim paramName As System.String
Dim paramValue As System.String
Dim value As System.Threading.Tasks.Task
 
value = instance.SetEntryParameter(jamsEntry, paramName, paramValue)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task SetEntryParameter( 
   System.int jamsEntry,
   System.string paramName,
   System.string paramValue
)

Parameters

jamsEntry
The entry number that owns the parameter.
paramName
The name of the parameter to update.
paramValue
The new parameter 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

IEntryWCF Interface
IEntryWCF Members