The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement and returns the current NBElement (whose value is set).
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement SetValue(
Nullable<TimeSpan> value
)
public NBElement SetValue(
Nullable<TimeSpan> value
)
Public Function SetValue (
value As Nullable(Of TimeSpan)
) As NBElement
Public Function SetValue (
value As Nullable(Of TimeSpan)
) As NBElement
public:
NBElement^ SetValue(
Nullable<TimeSpan> value
)
public:
NBElement^ SetValue(
Nullable<TimeSpan> value
)
member SetValue :
value : Nullable<TimeSpan> -> NBElement
member SetValue :
value : Nullable<TimeSpan> -> NBElement
Return Value
Type:
NBElementThe current element.