共用方式為


DirSyncRequestControl.AttributeCount 屬性

定義

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。

適用於