FieldInformation.DisplayName Property

Gets or sets the display 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 DisplayName As String
    Get
    Set
'Usage
Dim instance As FieldInformation
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 display name.

Remarks

You can set DisplayName with SPField.Title.

See Also

Reference

FieldInformation Class

FieldInformation Members

Copy Web Service