WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
SetValue Method
NamespacesIBM.Broker.PluginNBElementSetValue()()()()
SUMMARY
Members
IconMemberDescription
SetValue(Object)
The SetValue method assigns the given Object's value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(DateTimeOffset>)>>))
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(DateTimeOffset)
The SetValue method assigns the given DateTimeOffset value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(DateTimeOffset>)>>), NBElementDateTimeType)
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement (using the NBElementDateTimeType to determine the sub-type) and returns the current NBElement (whose value is set).

SetValue(DateTimeOffset, NBElementDateTimeType)
The SetValue method assigns the given DateTimeOffset value to the NBElement (using the NBElementDateTimeType to determine the sub-type) and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(TimeSpan>)>>))
The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(TimeSpan)
The SetValue method assigns the given TimeSpan value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(TimeSpan>)>>), NBElementTimeSpanType)
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).

SetValue(TimeSpan, NBElementTimeSpanType)
The SetValue method assigns the given TimeSpan value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(DateTime>)>>), NBElementDateTimeType)
The SetValue method assigns the given Nullable<DateTime> value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).

SetValue(DateTime, NBElementDateTimeType)
The SetValue method assigns the given DateTime value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(DateTime>)>>))
The SetValue method assigns the given Nullable<DateTime> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(DateTime)
The SetValue method assigns the given DateTime value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Boolean>)>>))
The SetValue method assigns the given Nullable<bool> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Boolean)
The SetValue method assigns the given Boolean value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Char>)>>))
The SetValue method assigns the given Nullable<char> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Char)
The SetValue method assigns the given Char value to the NBElement and returns the current NBElement (whose value is set).

SetValue(String)
The SetValue method assigns the given String value to the NBElement and returns the current NBElement (whose value is set).

SetValue(array<Byte>[]()[][])
The SetValue method assigns the given array unasigned char value to the NBElement and returns the current NBElement (whose value is set).

SetValue(BitArray)
The SetValue method assigns the given BitArray value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Single>)>>))
The SetValue method assigns the given Nullable<Single> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Single)
The SetValue method assigns the given Single value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Double>)>>))
The SetValue method assigns the given Nullable<double> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Double)
The SetValue method assigns the given Double value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Decimal>)>>))
The SetValue method assigns the given Nullable<Decimal> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Decimal)
The SetValue method assigns the given Decimal value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Int64>)>>))
The SetValue method assigns the given Nullable<Int64> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Int32>)>>))
The SetValue method assigns the given Nullable<int> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Int16>)>>))
The SetValue method assigns the given Nullable<Int16> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Nullable<(Of <<'(Byte>)>>))
The SetValue method assigns the given Nullable<Byte> value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Int64)
The SetValue method assigns the given Int64 value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Int32)
The SetValue method assigns the given Int value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Int16)
The SetValue method assigns the given Int16 value to the NBElement and returns the current NBElement (whose value is set).

SetValue(Byte)
The SetValue method assigns the given Byte value to the NBElement and returns the current NBElement (whose value is set).

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