FieldInformation.Value Property

Gets or sets the value 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 Value As String
    Get
    Set
'Usage
Dim instance As FieldInformation
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property Value

Type: System.String
A String that represents the field's value.

Remarks

You can set Value with SPListItem[SPField.Id].ToString(), SPListItem[SPField.InternalName].ToString(), or SPListItem[SPField.Title].ToString().

See Also

Reference

FieldInformation Class

FieldInformation Members

Copy Web Service