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:  WebSvcCopy
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcCopy namespace