FME Server .NET API

IFMEPropertyAccessor.GetPropertyObject Method 

Gets the property for a property name in a specific property category.

[Visual Basic]
Function GetPropertyObject( _
   ByVal propertyCategory As String, _
   ByVal propertyName As String _
) As Safe.FMEServer.API.IFMEProperty
[C#]
IFMEProperty GetPropertyObject(
   string propertyCategory,
   string propertyName
);

Parameters

propertyCategory
the name of the property category.
propertyName
the name of the property.

Return Value

the property for a property name in a specific property category, otherwise null.

See Also

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