FME Server .NET API

IFMEDataset.GetPropertyAccessor Method 

Gets a property accessor to access dataset properties. Property categories supported: METAFILE_PARAMETER - Typically used to fetch MIME type information. KEYWORD_SUFFIX - Supported on destination datasets. Used to fetch dataset keyword and associated suffix.

[Visual Basic]
Function GetPropertyAccessor() As Safe.FMEServer.API.IFMEPropertyAccessor
[C#]
IFMEPropertyAccessor GetPropertyAccessor();

Return Value

a property accessor

See Also

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