SyndicationFeed.NodeName Property

Definition

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 = syndicationFeed.nodeName;
syndicationFeed.nodeName = string;
Public Property NodeName As String

Property Value

String

Platform::String

winrt::hstring

The local name of the element. Must be valid according to XML 1.0.

Implements

Applies to