LogOnAccountProperties Class

Specifies properties that should be used when creating/updating an account during logon.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesLogOnAccountProperties

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public class LogOnAccountProperties

The LogOnAccountProperties type exposes the following members.

Constructors
  NameDescription
Public methodLogOnAccountProperties
Initializes a new instance of the LogOnAccountProperties class.
Top
Properties
  NameDescription
Public propertyCultureName
Gets or sets the name of the culture associated with the account.
Public propertyCustomAttributes
Gets the account's explicitly assigned custom attributes.
Public propertyDisplayName
Gets or sets the display name.
Public propertyEmailAddress
Gets or sets the email address.
Public propertyGrantedApplicationPrivilegeIds
Gets the IDs of standard privileges granted to the account.
Public propertyGroupMembership
Specifies the groups to which the account should belong. If not specified, the group membership will not be modified.
Public propertyIsGlobal
Gets or sets a value indicating whether the account is a global account.
Public propertyIsSeatReserved
Gets or sets a value indicating whether the account has a reserved seat.
Public propertyName
Gets the name of the account to create/update.
Public propertySeatKind
Gets or sets the seat kind.
Public propertyTimeZoneId
Gets or sets the time zone associated with the account.
Top
Remarks
When an instance of this class is specified during logon (via ), any non-null properties will be considered when creating/updating the account. If a property is null, its value will be ignored, and, if an account is being updated, the corresponding property will not be updated.
See Also