AssignCulture.WarnOnCultureOverwritten 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.
If the flag set to 'true' the task will log a warning when the culture metadata is overwritten by the task.
public:
property bool WarnOnCultureOverwritten { bool get(); void set(bool value); };
public bool WarnOnCultureOverwritten { get; set; }
member this.WarnOnCultureOverwritten : bool with get, set
Public Property WarnOnCultureOverwritten As Boolean