PartialTrustVisibleAssemblyCollection.Remove Method (String)

.NET Framework (current version)
 

Removes the specified PartialTrustVisibleAssembly object from the collection

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public void Remove(
	string key
)

Parameters

key
Type: System.String

The key of the element to remove.

.NET Framework
Available since 4.0
Return to top
Show: