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