[Missing <summary> documentation for "P:Bespoke.Common.Net.TcpConnection.Tag"]

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

Syntax

C#
public Object Tag { get; set; }
Visual Basic (Declaration)
Public Property Tag As Object
Visual C++
public:
property Object^ Tag {
	Object^ get ();
	void set (Object^ value);
}

See Also