Contents

setValue(_:forAttribute:)

Sets the values of an attribute of the record.

Declaration

func setValue(_ inValueOrValues: Any!, forAttribute inAttribute: String!) throws

Parameters

  • inValueOrValues:

    The value or values. Can be of type NSString or NSData, or an NSArray with elements of both types.

  • inAttribute:

    The attribute.

Discussion

See Also

Managing Record Attributes