Sdílet prostřednictvím


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)

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.

See also

Reference

SPCopyFieldInformation class

SPCopyFieldInformation members

Microsoft.SharePoint namespace