C#
VB
C++
Java
Gets or sets numerical value that indicates the fractions.
public int Fractions { get; set; }
Public Property Fractions As Integer
public int getFractions()
public void setFractions(int value)
public:
property int Fractions {
int get();
void set ( int value);
}
Value indicating the fractions.