DirectorySynchronization Constructor (array<Byte>^)

 

Initializes a new instance of the DirectorySynchronization object with a cookie.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
DirectorySynchronization(
	array<unsigned char>^ cookie
)

Parameters

cookie
Type: array<System::Byte>^

A Byte data type object that specifies the directory synchronization search cookie.

.NET Framework
Available since 2.0
Return to top
Show: