DirSyncRequestControl.AttributeCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
AttributeCount 屬性 (Property) 會指定要傳回之屬性 (Attribute) 的最大數目。
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。