|  | This document is archived and information here might be outdated. Recommended version. | 
Number of units in one major division.
[Visual Basic .NET]
Public Property Division As Double
[C#]
public double Division {get; set;}
[C++]
HRESULT get_Division(
  System.Double* Units
);
[C++]
HRESULT put_Division(
  double Units
);
[C++] Parameters Units [out, retval]
Units is a parameter of type double* Units [in]
Units is a parameter of type double