FME Server .NET API

IFMEPropertyAccessor.SetProperty Method 

Sets the property value for a property name in a specific property category.

[Visual Basic]
Sub SetProperty( _
   ByVal propertyCategory As String, _
   ByVal propName As String, _
   ByVal propValue As String _
)
[C#]
void SetProperty(
   string propertyCategory,
   string propName,
   string propValue
);

Parameters

propertyCategory
the name of the property category.
propName
the name of the property.
propValue
the value of the property.

See Also

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