SyndicationLink.Relationship 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 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
The rel attribute on atom:link.