An NDoc Documented Class Library

ADLayer Constructor (String)

Initializes a new instance of this class that connects read-only to the specified server, using integrated authentication.

[Visual Basic]
Public Sub New( _ 
   ByVal server As String _ 
)
[C#]
public ADLayer(
   string server
);
[C++]
public: ADLayer(
   String* server
);
[JScript]
public function ADLayer(
   String server
);

Parameters

server

See Also

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