SPWebService.WebConfigModifications Property

Gets the web.config modifications that apply to all the Web applications in the Web service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property WebConfigModifications As Collection(Of SPWebConfigModification)
    Get
'Usage
Dim instance As SPWebService
Dim value As Collection(Of SPWebConfigModification)

value = instance.WebConfigModifications
public Collection<SPWebConfigModification> WebConfigModifications { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<SPWebConfigModification>
A collection of SPWebConfigModification objects.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace