Autodesk Vault ProfessionalVault API

Role Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains information about roles assigned to a Vault user.

Syntax

public class Role 
Public Class Role 

Properties

NameDescription
DescrFriendly description of the role's purpose
IdA unique identifier of the role.
IsSysIndicates whether the role is created by the system (e.g. administrator)
NameThe name of the role.
SysNameThe system name of the Role. This name cannot be changed.

Returned By

Where you get a Role — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Role

See Also