Share via


RuntimeConfig.IsModifiable(String) Method

Definition

Indicates whether the configuration property with the given key is modifiable in the current session.

public bool IsModifiable (string key);
member this.IsModifiable : string -> bool
Public Function IsModifiable (key As String) As Boolean

Parameters

key
String

Key to check

Returns

true if the configuration property is modifiable. For static SQL, Spark Core, invalid(not existing) and other non-modifiable configuration properties, the returned value is false.

Applies to