LogOnParametersAccountProperties Property

Gets or sets the properties of the account which will be created or updated during the logon operation.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public LogOnAccountProperties? AccountProperties { get; set; }

Property Value

Type: LogOnAccountProperties
Remarks
This property will only be considered if a value is specifed for EffectiveAccountName or EffectiveCredentials.
See Also