Click or drag to resize
GeneratorUtilsGetCustomPropertyValue 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.3.0.0 (5.3.0)
Syntax
public static string GetCustomPropertyValue(
	KeyValuePair<string, string> customProperty
)

Parameters

customProperty
Type: System.Collections.GenericKeyValuePairString, String
The custom property.

Return Value

Type: String
See Also