| Dart.PowerSNMP Namespace > Agent Class : Tag Property (Agent) |
Gets or sets any value you wish to associate with the agent.
[Visual Basic]
<BrowsableAttribute(False)>
Public Property Tag As Object[C#]
[BrowsableAttribute(false)]
public object Tag {get; set;}[C++]
[BrowsableAttribute(false)]
public: __property Object* get_Tag();
public: __property void set_Tag(
Object* value
);[C++/CLI]
[BrowsableAttribute(false)]
public:
property Object^ Tag {
Object^ get();
void set (Object^ value);
}Any System.Object can be used.
Defaults to null. This property is used at run-time only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.