public int? Spectators { get; set; }
Public Property Spectators As Integer? Get Set
public: property Nullable<int> Spectators { Nullable<int> get (); void set (Nullable<int> value); }
member Spectators : Nullable<int> with get, set
In This Article