FME Server .NET API

IFMEService.UpdatePropertyAccessor Method 

Updates the property accessor.

[Visual Basic]
Sub UpdatePropertyAccessor( _
   ByVal propertyAccessor As Safe.FMEServer.API.IFMEPropertyAccessor _
)
[C#]
void UpdatePropertyAccessor(
   IFMEPropertyAccessor propertyAccessor
);

Parameters

propertyAccessor
the property accessor

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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