Share via


FieldInformation.Value property

Gets or sets the value 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 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

WebSvcCopy namespace