Masslet Send comments on this topic.
mData Property
See Also 
Masslets.Masslet Namespace > UDPMSG Class : mData Property




Syntax

Visual Basic (Declaration) 
Public Property mData As Byte()
Visual Basic (Usage)Copy Code
Dim instance As UDPMSG
Dim value() As Byte
 
instance.mData = value
 
value = instance.mData
C# 
public byte[] mData {get; set;}
Managed Extensions for C++ 
public: __property byte[]* get_mData();
public: __property void set_mData( 
   byte[]* value
);
C++/CLI 
public:
property array<byte>^ mData {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.