This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class SecurityProfile
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class SecurityProfile

The type exposes the following properties.

Public Properties

  Name Description
Public property Account
Gets the Account that belongs to this SecurityProfile.
Public property Databases
Gets a list of Database instances to which this SecurityProfile has access.
Public property DefaultDatabase
Gets the default database of the SecurityProfile
Public property Static member DefaultProfile
Returns the default profile
Public property Id
Gets the Id of the SecurityProfile
Public property UserRoles
Returns the collection of userroles that belong to this profile.
Public property Xml
Gets a string containing the definition of this SecurityProfile.

See Also

Advanced