An NDoc Documented Class Library

ADLayer Constructor (Boolean)

Creates a new instance of this class, with integrated authentication enabled, and using serverless binding. The connection is initialized as read-only.

[Visual Basic]
Public Sub New( _ 
   ByVal readOnly As Boolean _ 
)
[C#]
public ADLayer(
   bool readOnly
);
[C++]
public: ADLayer(
   bool readOnly
);
[JScript]
public function ADLayer(
   bool readOnly
);

Parameters

readOnly
Specifies if the connection should be initialized as read-only

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace | ADLayer Constructor Overload List