Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute(IsNullable=True, DataType="base64Binary")> Public Property body As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EmailFileAttachment Dim value() As Byte instance.body = value value = instance.body |
C# | |
---|---|
[XmlElementAttribute(IsNullable=true, DataType="base64Binary")] public byte[] body {get; set;} |
Managed Extensions for C++ | |
---|---|
[XmlElementAttribute(IsNullable=true, DataType="base64Binary")] public: __property byte[]* get_body(); public: __property void set_body( byte[]* value ); |
C++/CLI | |
---|---|
[XmlElementAttribute(IsNullable=true, DataType="base64Binary")] public: property array<byte>^ body { array<byte>^ get(); void set ( array<byte>^ value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family