This document is archived and information here might be outdated. Recommended version. |
Number of classes.
[Visual Basic .NET]
Public Property ClassCount As Integer
[C#]
public int ClassCount {get; set;}
[C++]
HRESULT get_ClassCount(
System.Int32* Value
);
[C++]
HRESULT put_ClassCount(
long Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type long* Value [in]
Value is a parameter of type long
The ClassCount property controls the number of classes into which the dataset is divided. The rest of the properties are specific to each class.