Share via


SPUpgradeActionInfo.ParentType property

The name of the parent SPSequence, for SPAction upgraders.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ParentType As String
    Get
    Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As String

value = instance.ParentType

instance.ParentType = value
public string ParentType { get; set; }

Property value

Type: System.String

See also

Reference

SPUpgradeActionInfo class

SPUpgradeActionInfo members

Microsoft.SharePoint.Upgrade namespace