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.CodeGenerationMetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public string GetKeyword(
string keywordName
)
Public Function GetKeyword (
keywordName As String
) As String
Parameters
- keywordName
- Type: SystemString
Name of the keyword.
Return Value
Type:
StringSee Also