PowerSNMP for .NET CF
Tag Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MessageBase Class : Tag Field




Gets or sets a value that can store any associated object.

Syntax

Visual Basic (Declaration) 
Public Tag As Object
Visual Basic (Usage)Copy Code
Dim instance As MessageBase
Dim value As Object
 
value = instance.Tag
 
instance.Tag = value
C# 
public object Tag
Managed Extensions for C++ 
public: Object* Tag
C++/CLI 
public:
Object^ Tag

Property Value

Any System.Object instance.

Remarks

The value is not included in the encoded message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.