The SetValue method assigns the given Nullable<Byte> 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<byte> value
)
public NBElement SetValue(
Nullable<byte> value
)
Public Function SetValue (
value As Nullable(Of Byte)
) As NBElement
Public Function SetValue (
value As Nullable(Of Byte)
) As NBElement
public:
NBElement^ SetValue(
Nullable<unsigned char> value
)
public:
NBElement^ SetValue(
Nullable<unsigned char> value
)
member SetValue :
value : Nullable<byte> -> NBElement
member SetValue :
value : Nullable<byte> -> NBElement
Return Value
Type:
NBElementThe current element.