IInternalConfigHost.IsLocationApplicable(String) Method

Definition

Returns a value indicating whether the configuration object supports a location tag.

public:
 bool IsLocationApplicable(System::String ^ configPath);
public bool IsLocationApplicable (string configPath);
abstract member IsLocationApplicable : string -> bool
Public Function IsLocationApplicable (configPath As String) As Boolean

Parameters

configPath
String

A string representing the path of the application configuration file.

Returns

true if the configuration object supports a location tag; otherwise, false.

Applies to