PowerSNMP for .NET
Variables Property (Trap1Message)




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

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

Trap1Message Class
Trap1Message Members

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