Share via


FindCriteriaElement.MaxResults 屬性

定義

取得或設定來自網路或網際網路上之服務的回覆數上限。

public:
 property int MaxResults { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxResults", DefaultValue=2147483647)]
[System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)]
public int MaxResults { get; set; }
[<System.Configuration.ConfigurationProperty("maxResults", DefaultValue=2147483647)>]
[<System.Configuration.IntegerValidator(MaxValue=2147483647, MinValue=1)>]
member this.MaxResults : int with get, set
Public Property MaxResults As Integer

屬性值

Int32

上限數目。

屬性

備註

如果在 MaxResults 經過之前,先收到 Duration 回覆,尋找作業就會結束。

適用於