Aracılığıyla paylaş


SyndicationAttribute.Namespace Property

Definition

Gets the namespace of the attribute.

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

void Namespace(winrt::hstring value);
public string Namespace { get; set; }
var string = syndicationAttribute.namespace;
syndicationAttribute.namespace = string;
Public Property Namespace As String

Property Value

String

Platform::String

winrt::hstring

The namespace of the attribute.

Applies to