init(label:value:)
Returns a new labeled value identifier.
Declaration
init(label: String?, value: ValueType)Parameters
- label:
A string value for the label portion of the object, or
nilif the value doesn’t have a label. - value:
A value for the labeled value object. For valid values, see Cncontact properties that are arrays of labeled value objects.
Return Value
A new labeled value object.