PhotoImportFindItemsResult.VideosCount 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 number of videos found on the source.
public:
property unsigned int VideosCount { unsigned int get(); };
uint32_t VideosCount();
public uint VideosCount { get; }
var uInt32 = photoImportFindItemsResult.videosCount;
Public ReadOnly Property VideosCount As UInteger
Property Value
The number of videos found on the source.