Share via


DirSyncRequestControl.AttributeCount プロパティ

定義

AttributeCount プロパティは、返す属性の最大数を示します。

public:
 property int AttributeCount { int get(); void set(int value); };
public int AttributeCount { get; set; }
member this.AttributeCount : int with get, set
Public Property AttributeCount As Integer

プロパティ値

返す属性の最大数。

例外

値を 0 未満に設定しようとしました。

注釈

このプロパティの既定値は1048576です。

適用対象