public decimal? Latitude { get; set; }
Public Property Latitude As Decimal? Get Set
public: property Nullable<Decimal> Latitude { Nullable<Decimal> get (); void set (Nullable<Decimal> value); }
member Latitude : Nullable<decimal> with get, set
function get_Latitude(); function set_Latitude(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.