DirSyncRequestControl.AttributeCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。