次の方法で共有


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 応答が受信された場合は、検出操作が終了します。

適用対象