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 (25.3.0.1000)
Syntaxpublic 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: 
LogOnAccountProperties
Remarks
See Also