Visual Basic (Declaration) | |
---|---|
<CompilerGeneratedAttribute()> Public Property Data As List(Of Object) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CompilerGeneratedAttribute()] public List<object> Data {get; set;} |
C++/CLI | |
---|---|
[CompilerGeneratedAttribute()] public: property List<Object>^ Data { List<Object>^ get(); void set (List<Object>^ value); } |
Return Value
The data associated with message.
The data provided with the messages should be serializable.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family