LogOnParametersCustomAttributes Property

Gets or sets a collection containing custom attribute values which will be added to the logon session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public ICollection<CustomAttributeValue>? CustomAttributes { get; set; }

Property Value

Type: ICollectionCustomAttributeValue
Remarks
If this property is specified without EffectiveAccountName or EffectiveCredentials, the logon operation will fail with AccessDenied. If the session's effective attributes already contains one specified by this property, it will be replaced by that value.
See Also