SPUpgradeActionInfo.TargetObjectType property
A string describing the type of object this upgrader acts on.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TargetObjectType As String
Get
Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As String
value = instance.TargetObjectType
instance.TargetObjectType = value
public string TargetObjectType { get; set; }
Property value
Type: System.String