| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New InformMessage() | |
| C# | |
|---|---|
public InformMessage() | |
| Managed Extensions for C++ | |
|---|---|
public: InformMessage(); | |
| C++/CLI | |
|---|---|
public: InformMessage(); | |
This constructor will create an empty version 2 message. The application will typically use VariableCollection.Add to initialize the variables to be sent.
Target Platforms: Microsoft .NET Framework 2.0