Autodesk Vault ProfessionalVault API

ServerName Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsLoginSettings

Gets or set the name of the server we are authenticating against.

Syntax

public System.string ServerName {get; set;}
Public Property ServerName As System.String

Remarks

If left null, the last server name will be used, if applicable, or else the default of "localhost" will be used.

See Also