Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.