FME Server .NET API

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

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