Gets whether or not broker functions are available for this service.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool BrokerFunctionsAvailable { get; }
Visual Basic (Declaration)
ReadOnly Property BrokerFunctionsAvailable As Boolean
Visual C++
property bool BrokerFunctionsAvailable {
	bool get ();
}

See Also