FME Server .NET API

IFMEProperty.SetAttribute Method 

Sets the value of specified attribute

[Visual Basic]
Sub SetAttribute( _
   ByVal attributeName As String, _
   ByVal attributeValue As String _
)
[C#]
void SetAttribute(
   string attributeName,
   string attributeValue
);

Parameters

attributeName
The name of the attribute
attributeValue
The value of the attribute

Return Value

the unique job identifier

See Also

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