Compartir a través de


SyndicationLink.Relationship Propiedad

Definición

Obtiene o establece el tipo de relación del vínculo.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Atributo rel en atom:link.

Se aplica a