ISyndicationNode.NodeValue Property

Definition

Gets or sets the text content of the element. If the element contains only child elements, this property is NULL.

public:
 property Platform::String ^ NodeValue { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeValue();

void NodeValue(winrt::hstring value);
public string NodeValue { get; set; }
var string = iSyndicationNode.nodeValue;
iSyndicationNode.nodeValue = string;
Public Property NodeValue As String

Property Value

String

Platform::String

winrt::hstring

The text content of the element.

Applies to