FME Server .NET API

IFMEPropertyAccessor.RemoveProperty Method 

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
[C#]
bool RemoveProperty(
   string propertyCategory,
   string propName
);

Parameters

propertyCategory
the name of the property category.
propName
the name of the property.

Return Value

true if property existed, otherwise false.

See Also

IFMEPropertyAccessor Interface | IFMEPropertyAccessor Members | Safe.FMEServer.API Namespace