Compartir a través de


VideoProperties.Publisher Propiedad

Definición

Obtiene o establece el publicador del vídeo.

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

void Publisher(winrt::hstring value);
public string Publisher { get; set; }
var string = videoProperties.publisher;
videoProperties.publisher = string;
Public Property Publisher As String

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del publicador del vídeo.

Se aplica a