Share via


FieldInformation.InternalName Property

Gets or sets the internal name of a field associated with a document copied by using a Copy web service operation.

Namespace:  [Copy Web service]
Web service reference: http://Site/_vti_bin/Copy.asmx

Syntax

'Declaration
Public Property InternalName As String
    Get
    Set
'Usage
Dim instance As FieldInformation
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 internal name.

Remarks

You can set InternalName with SPField.InternalName.

See Also

Reference

FieldInformation Class

FieldInformation Members

Copy Web Service