PowerSNMP for .NET
Tag Property




Gets or sets an object that stores any user data.
Syntax
<DefaultValueAttribute("")>
Public Property Tag As Object
Dim instance As ComponentBase
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[DefaultValue("")]
public object Tag {get; set;}
[DefaultValue("")]
public: __property Object* get_Tag();
public: __property void set_Tag( 
   Object* value
);
[DefaultValue("")]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
See Also

Reference

ComponentBase Class
ComponentBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic