Return the value of a specific property in a specific property category.
[Visual Basic]
Function GetProperty( _
ByVal propertyCategory As String, _
ByVal propertyName As String _
) As String
a string representing the value of the property. If the category does not exist or if the property doesn't exist for this category, null is returned.
IFMEPropertyAccessor Interface | IFMEPropertyAccessor Members | Safe.FMEServer.API Namespace