Open this page in the API Guide

CustomAttributeValue.GetAttributeInfo Method

Gets a CustomAttributeInfo object representing the definition of the custom attribute to which this value corresponds.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public CustomAttributeInfo? GetAttributeInfo()

Return Value

Type: CustomAttributeInfo
The corresponding CustomAttributeInfo object, or null if there is no attribute defined with the referenced ID.
See Also