| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property PopMessage As PopMessage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PopEventArgs Dim value As PopMessage value = instance.PopMessage | |
| C# | |
|---|---|
public PopMessage PopMessage {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property PopMessage* get_PopMessage(); | |
| C++/CLI | |
|---|---|
public: property PopMessage^ PopMessage { PopMessage^ get(); } | |
Property Value
A PopMessage object representing the message retrieved.The PopMessage object represents the message retrieved. For example, the actual message data is contained in a MessageStream object, accessible by the PopMessage.Message property.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code