Remove the property with the given property category and property name.
[Visual Basic]
Function RemoveProperty( _
ByVal propertyCategory As String, _
ByVal propName As String _
) As Boolean
true if property existed, otherwise false.
IFMEPropertyAccessor Interface | IFMEPropertyAccessor Members | Safe.FMEServer.API Namespace