PowerSNMP for .NET CF
Variables Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > TrapMessage Class : Variables Property




Gets or sets the VariableCollection that holds the variables.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Variables As VariableCollection
Visual Basic (Usage)Copy Code
Dim instance As TrapMessage
Dim value As VariableCollection
 
instance.Variables = value
 
value = instance.Variables
C# 
public override VariableCollection Variables {get; set;}
Managed Extensions for C++ 
public: __property VariableCollection* get_Variables() override;
public: __property void set_Variables( 
   VariableCollection* value
) override;
C++/CLI 
public:
property VariableCollection^ Variables {
   VariableCollection^ get() override;
   void set (    VariableCollection^ value) override;
}

Property Value

The contents of this property depends upon the kind of trap. Derived classes may provided properties that allow the application to get and set specific properties that map to a specific variable in this collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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