FME Server .NET API

IFMEWorkspace.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

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