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