SPCopyFieldInformation.Type Property
Gets or sets the type of the copied field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Type As SPFieldType
Get
Set
'Usage
Dim instance As SPCopyFieldInformation
Dim value As SPFieldType
value = instance.Type
instance.Type = value
public SPFieldType Type { get; set; }
Property Value
Type: Microsoft.SharePoint.SPFieldType
A SPFieldType value that specifies the type of field.