SPMobileGuidField.GuidField Property
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.