setProperty(_:forKey:)
Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver.
Declaration
func setProperty(_ property: Any?, forKey key: Stream.PropertyKey) -> BoolParameters
- property:
The value for
key. - key:
The key for one of the receiver’s properties. See Constants for a description of the available property-key constants and expected values.
Return Value
true if the value is accepted by the receiver, otherwise false.