Test to check if ID is a broadcast or not

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Field Value

True if ID is broadcast

See Also