GeneratorUtils.GetCustomPropertyValue Method  | 
 
            Gets the custom property value, which is the value of the customProperty pair specified, processed. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic static string GetCustomPropertyValue(
	KeyValuePair<string, string> customProperty
)
Public Shared Function GetCustomPropertyValue ( 
	customProperty As KeyValuePair(Of String, String)
) As String
Parameters
- customProperty
 - Type: System.Collections.Generic.KeyValuePair<String, String>
The custom property. 
Return Value
Type: 
String
See Also