Contents

value(forProperty:)

Returns the value for a given property.

Declaration

func value(forProperty property: String!) -> Any!

Parameters

  • property:

    The property for which you want the value. For valid keys, see Property Keys.

Return Value

The value for property. If property is not a valid key, returns ALErrorInvalidProperty.

See Also

Asset Properties