AuthenticationModuleElementCollection.Add(AuthenticationModuleElement) Methode

Definitie

Voegt een element toe aan de verzameling.

public:
 void Add(System::Net::Configuration::AuthenticationModuleElement ^ element);
public void Add(System.Net.Configuration.AuthenticationModuleElement element);
member this.Add : System.Net.Configuration.AuthenticationModuleElement -> unit
Public Sub Add (element As AuthenticationModuleElement)

Parameters

element
AuthenticationModuleElement

De AuthenticationModuleElement toe te voegen aan de verzameling.

Van toepassing op

Zie ook