Compartir a través de


SyndicationLink.MediaType Propiedad

Definición

Obtiene o establece el tipo de medio del recurso vinculado. La cadena debe tener el patrón ".+/.+".

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

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

Valor de propiedad

String

Platform::String

winrt::hstring

Atributo de tipo en atom:link.

Se aplica a