Share via


FieldInformation.Type property

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

value = instance.Type

instance.Type = value
public FieldType Type { get; set; }

Property value

Type: WebSvcCopy.FieldType
A WebSvcCopy.FieldType value that specifies the field type.

Remarks

You can set Type with SPField.Type.

See also

Reference

FieldInformation class

FieldInformation members

WebSvcCopy namespace