SPMobileListFieldSelector.DefaultTemplateName Property
Gets the field <RenderingTemplate> to use if the <RenderingTemplate> specified by the TemplateName property is not found.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultTemplateName As String
Get
'Usage
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
Property Value
Type: System.String
A String that specifies the default field <RenderingTemplate> ID.
See Also
Reference
SPMobileListFieldSelector Class