PlatformGetAspectValue Method |
Utility method which returns the aspect value with the name specified or an empty string if not found.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public string GetAspectValue(
string name
)
Public Function GetAspectValue (
name As String
) As String
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
StringSee Also