Gets all the properties that were parsed from the FME Server and FME Server responses.
[Visual Basic]
Function GetAllProperties() As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089))
Returns a collection of name-value pairs representing property names and their corresponding values.
Successive entries represent name-value pairs, where each property name is an element of GetAllPropertyNames().
Note that all values are simple strings in the returned map. Users who desire parsed values should prefer the get*Property(...) family of methods to this method.
Properties defined in the FME Server response take precedence over those defined by the FME Server. Thus, if a property name in the FME Engine subsection configuration has the same name as a FME Server property, the value from the FME Server response will be returned in the collection, not the value from the FME Server response. If a property is defined multiple times in the FME Server response, the last value in the response string will be used.
Users who need to guarantee they will receive the FME Server response value, even if the same key is defined in the FME Server subsection, should use the specific Properties (e.g., Priority) of this class instead.
IFMETransformationResult Interface | IFMETransformationResult Members | Safe.FMEServer.API Namespace