Specifies if incoming OSC messages should be filtered against the registered methods.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public bool FilterRegisteredMethods { get; set; }
Visual Basic (Declaration)
Public Property FilterRegisteredMethods As Boolean
Visual C++
public:
property bool FilterRegisteredMethods {
	bool get ();
	void set (bool value);
}

See Also