Autodesk Vault ProfessionalVault API

User Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Object containing information about a Vault user.

Syntax

public class User 
Public Class User 

Properties

NameDescription
AuthThe authentication type.
CreateDateThe date that the user was created.
CreateUserIdThe user that created this user.
EmailThe email address of the user.
IdA unique number that the Vault uses to reference the user.
IsActIs the user active
IsSysIf true, the user is a system user.
NameThe login name of the user.

Returned By

Where you get a User — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.User

See Also