| 
            
              SettingsBaseGetAttributeValueTAttribute, TValue Method
             | 
          
        
        
            Attempts to find specified attribute and return specified value.
            
        
        Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
SyntaxJavaScript does not support generic types or methods.
 View SourceParameters
- name  String
 - Name of field or property to search for attribute.
 - defaultValue  TValue
 - Default value to return if attribute doesn't exist.
 - attributeValue  FuncTAttribute, TValue
 - Function delegate used to return desired attribute property.
 
Type Parameters
- TAttribute
 - Type of Attribute to find.
 - TValue
 - Type of value attribute delegate returns.
 
Return Value
TValueSpecified attribute value if it exists; otherwise default value.
See Also