SPCopyFieldInformation.InternalName Property
Gets or sets the internal name that is used for 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 InternalName As String
Get
Set
'Usage
Dim instance As SPCopyFieldInformation
Dim value As String
value = instance.InternalName
instance.InternalName = value
public string InternalName { get; set; }
Property Value
Type: System.String
A string that represents the name.