| ActiveDirectoryPAGE_SIZE Field |
The size of page to use when searching Active Directory. This number is based upon
hardcoded Microsoft limits within Active Directory's architecture.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public const int PAGE_SIZE = 1000
Public Const PAGE_SIZE As Integer = 1000
public:
literal int PAGE_SIZE = 1000
static val mutable PAGE_SIZE: int
Field Value
Type:
Int32See Also