VideoProperties.Writers Property

Definition

Gets the script writers for the video.

public:
 property IVector<Platform::String ^> ^ Writers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Writers();
public IList<string> Writers { get; }
var iVector = videoProperties.writers;
Public ReadOnly Property Writers 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 script writers.

Remarks

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

Applies to