Autodesk Vault ProfessionalVault API

ProfileName Property

Autodesk.DataManagement.Client.Framework.Forms.ServicesIApplicationPreferencesService

An optional profile which bundles a set of similar preferences together

Syntax

System.string ProfileName {get; set;}
Property ProfileName As System.String

Remarks

The Profile name is used as a prefix before the Category name. Thus, if there is a Category called "Login" and a profile called "Foo", the login preferences will be stored under a "Foo.Profile" section

See Also