UpdateStateValueRequest.MergeLabels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to merge the current label with any existing labels that are already specified for this attribute. Required.
public:
property bool MergeLabels { bool get(); void set(bool value); };
public bool MergeLabels { get; set; }
member this.MergeLabels : bool with get, set
Public Property MergeLabels As Boolean
Property Value
true
if any newly defined labels should only overwrite existing labels when their language code matches;
otherwise, false
.
Remarks
A Label is a collection of localized labels where each collection contains a string and a language code. If a label for an item already has labels for other languages and you update it with a label that contains only one label for a specific language, the MergeLabels property provides the option to overwrite the existing labels or merge your new label with any existing labels. If you set MergeLabels to true
, any newly defined labels only overwrite existing labels when their language code matches.