Click or drag to resize

MessageGetInteger Method

Returns the integer value of the property indexed by name.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Nullable<int> GetInteger(
	string name
)

Parameters

name
Type: SystemString
The name of the required property.

Return Value

Type: NullableInt32
The integer value of the property indexed by name.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
ArgumentException The object value of the property is not an int.
See Also