SPWebService.WebConfigModifications-Eigenschaft
Ruft die web.config-Änderungen, die für alle Webanwendungen in den Webdienst gelten.
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; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<SPWebConfigModification>
Eine Auflistung von SPWebConfigModification -Objekten.