GeneratorUtilsGetCustomPropertyValue Method |
Gets the custom property value, which is the value of the customProperty pair specified, processed.
Namespace: SD.LLBLGen.Pro.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.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