WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
SetValue Method (value, type)
NamespacesIBM.Broker.PluginNBElementSetValue(Nullable<(Of <<'(TimeSpan>)>>), NBElementTimeSpanType)
SUMMARY
The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement SetValue(
	Nullable<TimeSpan> value,
	NBElementTimeSpanType type
)
Public Function SetValue ( _
	value As Nullable(Of TimeSpan), _
	type As NBElementTimeSpanType _
) As NBElement
public:
NBElement^ SetValue(
	Nullable<TimeSpan> value, 
	NBElementTimeSpanType type
)
member SetValue : 
        value:Nullable<TimeSpan> * 
        type:NBElementTimeSpanType -> NBElement 
Parameters
value (Nullable<(Of <(<'TimeSpan>)>)>)
The value to set.
type (NBElementTimeSpanType)
The type of the object.
Return Value
The current element.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0