LBM .Net API Documentation
LBMMessageProperties Class
Namespacescom.latencybusters.lbmLBMMessageProperties
Represents a collection of properties contained in an LBMMessage object.
Declaration Syntax
C#
public class LBMMessageProperties : IEnumerable<LBMMessageProperty>, 
	IEnumerable
Members
All MembersConstructorsMethods



IconMemberDescription
LBMMessageProperties()()()
Create an LBMMessageProperties object, used to associate properties with an outgoing message

clear()()()
Clear all properties from this object.

clear(String)
Clear the property with the specified key from this object.

containsKey(String)
Test if the specified key is contained in the properties object.

getBoolean(String)
Get the property with the specified key as a boolean.

getByte(String)
Get the property with the specified key as a byte.

getDouble(String)
Get the property with the specified key as a double.

GetEnumerator()()()
getFloat(String)
Get the property with the specified key as a float.

getInteger(String)
Get the property with the specified key as a integer.

getLong(String)
Get the property with the specified key as a long.

getShort(String)
Get the property with the specified key as a short.

getString(String)
Get the property with the specified key as a string.

set(String, Byte)
Set a property to the provided byte value.

set(String, Int16)
Set a property to the provided short value.

set(String, Int32)
Set a property to the provided int value.

set(String, Int64)
Set a property to the provided long value.

set(String, Single)
Set a property to the provided float value.

set(String, Double)
Set a property to the provided double value.

set(String, Boolean)
Set a property to the provided boolean value.

set(String, String)
Set a property to the provided string value.

Inheritance Hierarchy
Object
LBMMessageProperties

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0