Tag Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the application defined object containing data about the connection

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

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

See Also