FolderInformation.VideoProperties 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 video properties that are associated with the StorageFolder.
public:
property VideoProperties ^ VideoProperties { VideoProperties ^ get(); };
VideoProperties VideoProperties();
public VideoProperties VideoProperties { get; }
var videoProperties = folderInformation.videoProperties;
Public ReadOnly Property VideoProperties As VideoProperties
Property Value
The video properties.