KeyDataViewType.Count 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.
Count is the cardinality of the KeyDataViewType.
public ulong Count { get; }
member this.Count : uint64
Public ReadOnly Property Count As ULong
Property Value
Remarks
The typical legal values for data of this type ranges from the missing value of 0
, and non-missing values ranging from to 1
through Count, inclusive, being the enumeration into whatever set the key values are enumerated over.