FME Server .NET API

IFMETransformationResult.GetAllPropertyNames Method 

Gets all the available property names that were parsed from the FME Server and FME Server responses. These keys can be passed as arguments to the get*Property(...) family of methods to retrieve their values.

[Visual Basic]
Function GetAllPropertyNames() As System.Collections.Specialized.StringCollection
[C#]
StringCollection GetAllPropertyNames();

Return Value

Returns a collection of all the available property names.

See Also

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