SPWebConfigModification.Type Property

Gets or sets the type of modification that is implied by the class.

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

Syntax

'Declaration
Public Property Type As SPWebConfigModification.SPWebConfigModificationType
    Get
    Set
'Usage
Dim instance As SPWebConfigModification
Dim value As SPWebConfigModification.SPWebConfigModificationType

value = instance.Type

instance.Type = value
public SPWebConfigModification.SPWebConfigModificationType Type { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType
An SPWebConfigModification.SPWebConfigModificationType value that specifies the type of modification.

See Also

Reference

SPWebConfigModification Class

SPWebConfigModification Members

Microsoft.SharePoint.Administration Namespace