GeneratorUtilsGetCustomPropertyName Method |
Gets the name of the custom property, processed. Name is the key of the pair specified.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public static string GetCustomPropertyName(
KeyValuePair<string, string> customProperty
)
Public Shared Function GetCustomPropertyName (
customProperty As KeyValuePair(Of String, String)
) As String
Parameters
- customProperty
- Type: System.Collections.GenericKeyValuePairString, String
The custom property.
Return Value
Type:
StringSee Also