SPFieldGuid Class
Represents a field that contains a GUID.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPField
Microsoft.SharePoint.SPFieldGuid
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "FieldGuid", ServerTypeId := "{768B27AA-A4E0-4cfb-9956-1F7F0E93FB42}")> _
Public Class SPFieldGuid _
Inherits SPField
'Usage
Dim instance As SPFieldGuid
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "FieldGuid", ServerTypeId = "{768B27AA-A4E0-4cfb-9956-1F7F0E93FB42}")]
public class SPFieldGuid : SPField
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.