HostedFileClientOptions.Limit Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nombre maximal de fichiers à retourner dans une opération de liste.
public:
property Nullable<int> Limit { Nullable<int> get(); void set(Nullable<int> value); };
public int? Limit { get; set; }
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)
Valeur de propriété
Remarques
S’il n’est pas spécifié, la limite par défaut du fournisseur est utilisée.