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 (26.2.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 propertyCultureNameGets or sets the name of the culture associated with the account.
Public propertyCustomAttributesGets the account's explicitly assigned custom attributes.
Public propertyDisplayNameGets or sets the display name.
Public propertyEmailAddressGets or sets the email address.
Public propertyGrantedApplicationPrivilegeIdsGets 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 propertyIsGlobalGets or sets a value indicating whether the account is a global account.
Public propertyIsSeatReservedGets or sets a value indicating whether the account has a reserved seat.
Public propertyName Gets the name of the account to create/update.
Public propertySeatKindGets or sets the seat kind.
Public propertyTenantIds Ensures that the user is a member of the specified tenants, and only the specified tenants. If not specified, the tenant membership will not be modified.
Public propertyTimeZoneIdGets 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