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

属性值

要返回的特性的最大数目。

例外

尝试设置小于零的值。

注解

此属性的默认值为1048576。

适用于