SPPendingUpgradeActionInfo.ParentName property
The name of the parent of this object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ParentName As String
Get
Set
'Usage
Dim instance As SPPendingUpgradeActionInfo
Dim value As String
value = instance.ParentName
instance.ParentName = value
public string ParentName { get; set; }
Property value
Type: System.String
See also
Reference
SPPendingUpgradeActionInfo class