CustomAttributeValueGetAttributeInfo 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 (24.3.0.1000)
Syntax
public CustomAttributeInfo? GetAttributeInfo()

Return Value

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