ICustomAttributeServiceGetEffectiveValuesForAccount(Guid) Method |
Note: This API is now obsolete.
Retrieve the effective custom attribute values for the specified account.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[ObsoleteAttribute("Use the overload which accepts a tenant ID.")]
IDictionary<Guid, CustomAttributeValue> GetEffectiveValuesForAccount(
Guid accountId
)<ObsoleteAttribute("Use the overload which accepts a tenant ID.")>
Function GetEffectiveValuesForAccount (
accountId As Guid
) As IDictionary(Of Guid, CustomAttributeValue)[ObsoleteAttribute(L"Use the overload which accepts a tenant ID.")]
IDictionary<Guid, CustomAttributeValue^>^ GetEffectiveValuesForAccount(
Guid accountId
)
[<ObsoleteAttribute("Use the overload which accepts a tenant ID.")>]
abstract GetEffectiveValuesForAccount :
accountId : Guid -> IDictionary<Guid, CustomAttributeValue> Parameters
- accountId Guid
- ID of the account.
Return Value
IDictionaryGuid,
CustomAttributeValue
A dictionary containing all effective custom attributes of the account with the specified ID
having the ID of the custom attribute as the key and the corresponding
CustomAttributeValue
object as the value.
Exceptions
See Also