Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the field that the SPMobileGuidField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property GuidField As SPFieldGuid
Get
'Usage
Dim instance As SPMobileGuidField
Dim value As SPFieldGuid
value = instance.GuidField
public SPFieldGuid GuidField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldGuid
The SPFieldGuid object that represents a GUID field.