|   | CategorizedSettingsBaseGetFieldDescription Method | 
        
        
            Gets the description specified by 
DescriptionAttribute, if any, applied to the specified field or property. 
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Function GetFieldDescription ( 
	name As String
) As String
function GetFieldDescription(name);
Parameters
- name  String
- Field or property name.
Return Value
StringDescription applied to specified field or property; or null if one does not exist.
 Exceptions
Exceptions See Also
See Also