SPMobileSimpleViewItemFieldIterator.DefaultTemplateName Property
Gets the name of the default template for the item field iterator in simple view.
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 SPMobileSimpleViewItemFieldIterator
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
Property Value
Type: System.String
The String object that represents the name of the default template.
Remarks
The default value is "MobileSimpleViewItemFieldIterator".
See Also
Reference
SPMobileSimpleViewItemFieldIterator Class