SyndicationItem.NodeName 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 local name of the element.
public:
property Platform::String ^ NodeName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeName();
void NodeName(winrt::hstring value);
public string NodeName { get; set; }
var string = syndicationItem.nodeName;
syndicationItem.nodeName = string;
Public Property NodeName As String
Property Value
The local name of the element. Must be valid according to XML 1.0.