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);
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.ADLayer Class | InfiniTec.ActiveDirectory Namespace