UpdateOptionValueRequest.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 keep text defined for languages not included in the Label
. 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 the text defined for languages not included in the Label
is kept;
otherwise, false
.
Remarks
A Label contains a LocalizedLabels property that contains a LocalizedLabelCollection. Each contains a string and a LanguageCode. When you specify a new Label this property provides you the option to preserve any label text for languages not included in the new label. Set this value to false if you want to remove text for languages not included in the label.