C#
Objective-C
C++
Java
public int Fractions { get; set; }
@property (nonatomic, assign) NSInteger fractions;
public int getFractions()
public void setFractions(int value)
public:
property int Fractions {
int get();
void set ( int value);
}
Value indicating the fractions.
For an example, refer to SetIntValue.