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)

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