| LanguageGetKeyword Method  | 
 
            Gets the keyword specified under the specified keywordName. Utility method. It returns an empty string if the keywordName isn't found.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic string GetKeyword(
	string keywordName
)
Public Function GetKeyword ( 
	keywordName As String
) As String
Parameters
- keywordName
 - Type: SystemString
Name of the keyword. 
Return Value
Type: 
String
See Also