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 (25.3.0.1000)
Syntaxpublic CustomAttributeInfo? GetAttributeInfo()
Public Function GetAttributeInfo As CustomAttributeInfo
public:
CustomAttributeInfo^ GetAttributeInfo()
member GetAttributeInfo : unit -> CustomAttributeInfo 
Return Value
Type: 
CustomAttributeInfo
                The corresponding 
CustomAttributeInfo object, or 
 if
                there is no attribute defined with the referenced ID.
            
See Also