See Also

Udp Class  | Udp Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Tag Property

Dart.PowerTCP.SslSockets Namespace > Udp Class : Tag Property (Udp)

Gets or sets an object reference that can be used to associate this instance with any other.

[Visual Basic]
<DefaultValueAttribute()> <BrowsableAttribute(False)> <DescriptionAttribute("Gets or Sets an object reference that can be used to associate this instance with any other.")> Public Property Tag As Object
[C#]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or Sets an object reference that can be used to associate this instance with any other.")] public object Tag {get; set;}
[C++]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or Sets an object reference that can be used to associate this instance with any other.")] public: __property Object* get_Tag(); public: __property void set_Tag(    Object* value );
[C++/CLI]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [DescriptionAttribute("Gets or Sets an object reference that can be used to associate this instance with any other.")] public: property Object^ Tag {    Object^ get();    void set (Object^ value); }

Return Type

Any object that is associated with the component; null if no objects are associated with the component.
Any object that is associated with the object, null if no objects are associated with the object

Remarks

Use this property to associate any type derived from Object class with the component. A common use for the Tag property is to store data that is closely associated with the component.

Use this property to associate any object with the object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Udp Class  | Udp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.