_Application.WarnOnFunctionNameConflict 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.
The WarnOnFunctionNameConflict property, when set to True, raises an alert if a developer tries to create a new function using an existing function name. Read/write Boolean.
public:
property bool WarnOnFunctionNameConflict { bool get(); void set(bool value); };
public bool WarnOnFunctionNameConflict { get; set; }
Public Property WarnOnFunctionNameConflict As Boolean
Property Value
Boolean