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: WebSvcCopy
Assembly: STSSOAP (in STSSOAP.dll)
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.