| FeaturesGetStringValue Method (String, String) | 
 
            Returns a value for a property in the collection. If the property doesn't exist or is blank, 
            then an empty string is returned.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic string GetStringValue(
	string featureName,
	string propertyName
)
Public Function GetStringValue ( 
	featureName As String,
	propertyName As String
) As String
Parameters
- featureName
- Type: SystemString
 The name of the feature.
- propertyName
- Type: SystemString
 The name of the property.
Return Value
Type: 
StringThe value of the property if found and non-blank, else a blank string.
 See Also
See Also