FME Server .NET API

IFMEProperty.GetAllAttributeNames Method 

Gets all the attribute names of the property

[Visual Basic]
Function GetAllAttributeNames() As String()
[C#]
string[] GetAllAttributeNames();

Return Value

the attribute names of the property

See Also

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