SPMobileListFieldSelector.DefaultPrefix Property
Gets the first part of the <RenderingTemplate> ID that is specified by the SPMobileListFieldSelector.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultPrefix As String
Get
'Usage
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.DefaultPrefix
public override string DefaultPrefix { get; }
Property Value
Type: System.String
A String that specifies the first part of the <RenderingTemplate> ID.
Remarks
In SharePoint Foundation DefaultPrefix always returns "MobileCustomListField".
See Also
Reference
SPMobileListFieldSelector Class