[PublicAPIAttribute]
public int MaxResultsCount { get; set; }<PublicAPIAttribute>
Public Property MaxResultsCount As Integer
Get
Setpublic:
[PublicAPIAttribute]
property int MaxResultsCount {
int get ();
void set (int value);
}[<PublicAPIAttribute>]
member MaxResultsCount : int with get, set