SyndicationText.NodeValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = syndicationText.nodeValue;
syndicationText.nodeValue = string;
Public Property NodeValue As String
Property Value
The text content of the element.