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