public int? ApproximateEqualAccuracy { get; set; }Public Property ApproximateEqualAccuracy As Integer?
Get
Setpublic:
property Nullable<int> ApproximateEqualAccuracy {
Nullable<int> get ();
void set (Nullable<int> value);
}member ApproximateEqualAccuracy : Nullable<int> with get, set