Share via


XopContentsNode.Data Property

Gets or sets the contents of the XML node as text.

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

Usage

'Usage
Dim xopContentsNode1 As XopContentsNode

Dim returnValue As String
returnValue = xopContentsNode1.Data

Dim sampleValue As String
xopContentsNode1.Data = sampleValue

Syntax

'Declaration
Public Overrides Property Data() As String
public override string Data {get; set;}
public:
property virtual String^ Data {
    String^ get();
    void set(String^ value);
}
override public System.String get_Data();
public void set_Data(System.String);
public override function get Data() : String;
public override function set Data(String);

Property Value

The text of 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