Contents

hasWritableProperty(forKey:)

Returns a Boolean value indicating whether the described class has a writable property identified by the specified key.

Declaration

func hasWritableProperty(forKey key: String) -> Bool

Parameters

  • key:

    The identifying key for a property of the receiver.

Return Value

true if the described class has a writable property identified by the specified key; otherwise, false.

See Also

Getting attribute and relationship information