Share via


Value Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the value of the XML node.

Namespace:  Ws.Services.Xml
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property Value As String
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
member Value : string with get, set
function get Value () : String
function set Value (value : String)

Property Value

Type: System. . :: . .String
The value of the XML node.

.NET Framework Security

See Also

Reference

WsXmlNode Class

Ws.Services.Xml Namespace