A boolean value to indicate if the channel is in a bridged mode (if RouteCall was used)

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsBridged { get; }
Public ReadOnly Property IsBridged As Boolean
public:
property bool IsBridged {
	bool get ();
}

See Also