VirtualDirectoryMappingCollection.AllKeys Property

 

Returns a string array that contains all the keys in the VirtualDirectoryMappingCollection instance.

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

public ICollection AllKeys { get; }

Property Value

Type: System.Collections.ICollection

A string array that contains all the keys in the VirtualDirectoryMappingCollection instance.

.NET Framework
Available since 2.0
Return to top
Show: