_Application.WarnOnFunctionNameConflict Property

Definition

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

Applies to