public FractionsType FractionsTypeNumeric { get; set; }Public Property FractionsTypeNumeric As FractionsType
Get
Setpublic:
property FractionsType FractionsTypeNumeric {
FractionsType get ();
void set (FractionsType value);
}member FractionsTypeNumeric : FractionsType with get, set