VideoProperties.Producers Property

Definition

Gets the producers of the video.

public:
 property IVector<Platform::String ^> ^ Producers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Producers();
public IList<string> Producers { get; }
var iVector = videoProperties.producers;
Public ReadOnly Property Producers As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of the names of the video's producers.

Remarks

This property is read-only, similar to the Directors property.

Applies to