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
)
Public Shared Function GetCustomPropertyValue (
customProperty As KeyValuePair(Of String, String)
) As String
Parameters
- customProperty
- Type: System.Collections.GenericKeyValuePairString, String
The custom property.
Return Value
Type:
StringSee Also