FindCriteriaElement.MaxResults 属性

定义

获取或设置等待网络或 Internet 上的服务所发送的要等待的最大答复数。

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 答复,查找操作将结束。

适用于