PowerSNMP for .NET CF
SetMessage Constructor
See Also  Send comments on this topic.
Dart.Snmp Namespace > SetMessage Class : SetMessage Constructor




Initializes a new instance of the SetMessage class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New SetMessage()
C# 
public SetMessage()
Managed Extensions for C++ 
public: SetMessage();
C++/CLI 
public:
SetMessage();

Remarks

This constructor will create an empty version 1 message. The application will typically use VariableCollection.Add to initialize the message with variables to be sent.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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