FME Server .NET API

IFMEPropertyAccessor.GetProperty Method 

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
[C#]
string GetProperty(
   string propertyCategory,
   string propertyName
);

Parameters

propertyCategory
the property category
propertyName
the name of the property

Return Value

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.

See Also

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