XamlXmlReader::Value Property

.NET Framework (current version)
 

Gets the value of the current node.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property Object^ Value {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

The value of the current node; or null, if the position is not on a Value node type.

.NET Framework
Available since 4.0
Return to top
Show: