IAccountServiceRefreshAccountPropertiesFromActiveDirectory Method  | 
 Refreshes the values of account properties from Active Directory (e.g. email address, display name).
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool RefreshAccountPropertiesFromActiveDirectory(
	Guid accountId
)
Function RefreshAccountPropertiesFromActiveDirectory ( 
	accountId As Guid
) As Boolean
bool RefreshAccountPropertiesFromActiveDirectory(
	Guid accountId
)
abstract RefreshAccountPropertiesFromActiveDirectory : 
        accountId : Guid -> bool 
Parameters
- accountId
 - Type: SystemGuid
The account ID. 
Return Value
Type: 
Boolean if one or more property values were updated; otherwise, 
.
Exceptions
See Also