NBElement SetValue Method (Nullable DateTime )IBM Integration Bus
The SetValue method assigns the given Nullable<DateTime> value to the NBElement and returns the current NBElement (whose value is set).

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement SetValue(
	Nullable<DateTime> value
)

Parameters

value
Type: OnlineSystem Nullable OnlineDateTime 
The value to set.

Return Value

Type: NBElement
The current element.
See Also