FME Server .NET API

IFMEProperty.GetAttribute Method 

Gets the value of specified attribute

[Visual Basic]
Function GetAttribute( _
   ByVal attributeName As String _
) As String
[C#]
string GetAttribute(
   string attributeName
);

Parameters

attributeName
The name of the attribute

Return Value

the value of the attribute

See Also

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