Share via


XopContentsNode.HideData Property

Gets or sets a value indicating whether the data in the XML node is hidden.

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

Usage

'Usage
Dim xopContentsNode1 As XopContentsNode

Dim returnValue As Boolean
returnValue = xopContentsNode1.HideData

Dim sampleValue As Boolean
xopContentsNode1.HideData = sampleValue

Syntax

'Declaration
Public Property HideData() As Boolean
public bool HideData {get; set;}
public:
property bool HideData {
    bool get();
    void set(bool value);
}
public boolean get_HideData();
public void set_HideData(boolean);
public function get HideData() : Boolean;
public function set HideData(Boolean);

Property Value

true if the data in the XML node is hidden; otherwise, false. The default is false.

Remarks

Before modifying the XML node tree, set the HideData property to true and then set it back to false when done. When the HideData property is not set to true, a potentially large amount of binary data is loaded into memory and Base64-encoded unnecessarily.

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