Share via


SyndicationLink.Relationship Property

Definition

Gets or sets the relationship type of the link.

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

void Relationship(winrt::hstring value);
public string Relationship { get; set; }
var string = syndicationLink.relationship;
syndicationLink.relationship = string;
Public Property Relationship As String

Property Value

String

Platform::String

winrt::hstring

The rel attribute on atom:link.

Applies to