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; }
Public Property AccountProperties As LogOnAccountProperties
Get
Set
public:
property LogOnAccountProperties^ AccountProperties {
LogOnAccountProperties^ get ();
void set (LogOnAccountProperties^ value);
}
member AccountProperties : LogOnAccountProperties with get, set
Property Value
Type:
LogOnAccountPropertiesRemarks See Also