Share via


XopContentsNode.BinaryData Property

Gets or sets the binary data for the XML node.

Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim xopContentsNode1 As XopContentsNode

Dim returnValue As Byte
returnValue = xopContentsNode1.BinaryData

Dim sampleValue As Byte
xopContentsNode1.BinaryData = sampleValue

Syntax

'Declaration
Public Overridable Property BinaryData() As Byte()
public virtual byte[] BinaryData {get; set;}
public:
property virtual array<unsigned char>^ BinaryData {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
virtual public ubyte[] get_BinaryData();
public void set_BinaryData(ubyte[]);
public function get BinaryData() : Byte[];
public function set BinaryData(Byte[]);

Property Value

An array of System.Byte that contains the binary data for the XML node.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XopContentsNode Class
XopContentsNode Members
Microsoft.Web.Services3.Mime Namespace