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