An NDoc Documented Class Library

ADLayer.Server Property

Gets or sets the domain controller or global catalog to query.

[Visual Basic]
Public Property Server As String
[C#]
public string Server { get; set; }
[C++]
public: __property String* get_Server();
public: __property void set_Server(String* );
[JScript]
public function get Server() : String
public function set Server(String);

Remarks

Note that this value can also be filled with a valid domain name. This requires that the call is made from a computer in the Active Directory forest.

If set to null, serverless binding will be used.

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace