Click or drag to resize

IServerContextGetProperty Method

Gets the value of a property indexed by the specified name.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
string GetProperty(
	string name
)

Parameters

name
Type: SystemString
The name of the required property.

Return Value

Type: String
A string value or null if the property is not defined.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also