VideoProperties.Keywords 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 collection of keywords associated with the video.
public:
property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = videoProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)
Property Value
The collection of keywords.
Remarks
This property is read-only, similar to the Directors property.