FME Server .NET API

IFMEPropertyAccessor.GetAllPropertyObjects Method 

Gets all properties for a specific property category.

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

Parameters

propertyCategory
the name of the property category.

Return Value

a list of all properties for the specified property category.

See Also

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