PowerSNMP for .NET
Variables Property (MessageBase)




Gets or sets the VariableCollection containing the IDs and their associated values in the message.
Syntax
Public Overridable Property Variables As VariableCollection
Dim instance As MessageBase
Dim value As VariableCollection
 
instance.Variables = value
 
value = instance.Variables
public virtual VariableCollection Variables {get; set;}
public: __property virtual VariableCollection* get_Variables();
public: __property virtual void set_Variables( 
   VariableCollection* value
);
public:
virtual property VariableCollection^ Variables {
   VariableCollection^ get();
   void set (    VariableCollection^ value);
}

Property Value

This value is initialized when a message is decoded. The application will normally add variables to this collection when constructing a message.
Remarks

Gets or sets the VariableCollection containing the IDs and their associated values in the message.

See Also

Reference

MessageBase Class
MessageBase Members

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