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