Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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