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)

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