putComplexPropertyValue(String, String...) method

Puts the new property element as a sub-element of the 'complex properties' OData element.

Syntax

public abstract void putComplexPropertyValue (
    String propertyValue,
    String... propertyName
)

Parameters

Remarks

An element with the same name will be overwritten by the new element. Not-prefixed property name will be automatically prefixed with the current prefix of DataServices XML name-space.