Share via


CertificateListParameters.MaxResults Property

 

Optional. Gets or sets the maximum number of items to return in the response.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<int> MaxResults { get; set; }
public:
property Nullable<int> MaxResults {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member MaxResults : Nullable<int> with get, set
Public Property MaxResults As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

CertificateListParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top