FieldGuid Class
Specifies a field that contains global unique identifier values.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldGuid
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldGuid", ServerTypeId := "{768b27aa-a4e0-4cfb-9956-1f7f0e93fb42}")> _
Public Class FieldGuid _
Inherits Field
'Usage
Dim instance As FieldGuid
[ScriptTypeAttribute("SP.FieldGuid", ServerTypeId = "{768b27aa-a4e0-4cfb-9956-1f7f0e93fb42}")]
public class FieldGuid : Field
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.