Visual Basic (Declaration) | |
---|---|
Public Overrides Property Variables As VariableCollection |
Visual Basic (Usage) | ![]() |
---|---|
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.Target Platforms: Microsoft .NET Framework 2.0