Gets the OSC address pattern.

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 string Address { get; set; }
Visual Basic (Declaration)
Public Property Address As String
Visual C++
public:
property String^ Address {
	String^ get ();
	void set (String^ value);
}

See Also