LogInResult Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Results
Return object of the Autodesk.DataManagement.Client.Framework.Vault.Services.IVaultConnectionManagerService LogIn method.
Syntax
public class LogInResult Public Class LogInResult Constructors
| Name | Description |
|---|---|
| LogInResult | Creates an instance of the LogInResult object |
Properties
| Name | Description |
|---|---|
| Connection | Gets the connection to the vault server. This is only valid when Success is true. |
| ErrorMessages | Gets any errors that occured while Logging In. This is populated when Success is false. The dictionary could contain several different errors. |
| Exception | Gets an exception object if the Log In failure was caused by a server exception. This is only valid when Success is false. |
| Password | Get the password that was used during the log in. |
| Success | Gets whether the LogIn method was a success. If True, then Connection will have information about the new conneciton. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Results.LogInResult