FieldInformation.Id Property

Gets or sets a globally unique identifier (GUID) 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 Id As Guid
    Get
    Set
'Usage
Dim instance As FieldInformation
Dim value As Guid

value = instance.Id

instance.Id = value
public Guid Id { get; set; }

Property Value

Type: System.Guid
A Guid that represents the GUID of the field.

Remarks

You can set Id with SPField.Id.

See Also

Reference

FieldInformation Class

FieldInformation Members

Copy Web Service