ServerName Property
Gets or set the name of the server we are authenticating against.
Syntax
public System.string ServerName {get; set;}Public Property ServerName As System.StringRemarks
If left null, the last server name will be used, if applicable, or else the default of "localhost" will be used.