VideoProperties.Writers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of the names of the video's script writers.
Remarks
This property is read-only, similar to the Directors property.