ProviderCollection.SetReadOnly Method
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.
Sets the collection to be read-only.
public:
void SetReadOnly();
public void SetReadOnly ();
member this.SetReadOnly : unit -> unit
Public Sub SetReadOnly ()
Remarks
The ProviderCollection class is read/write by default. The SetReadOnly method makes the collection read-only. After a collection is set to read-only, some method calls (such as Remove and Add will result in an exception.
Note that most provider-based features will set their ProviderCollection object to read-only after creating instances of all of the configured providers.