public decimal? AverageScore { get; }
Public ReadOnly Property AverageScore As Decimal? Get
public: property Nullable<Decimal> AverageScore { Nullable<Decimal> get (); }
member AverageScore : Nullable<decimal> with get
In This Article