SPMobileListViewIterator.Format property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Format As SPMobileListViewIteratorFormat
Get
Set
'Usage
Dim instance As SPMobileListViewIterator
Dim value As SPMobileListViewIteratorFormat
value = instance.Format
instance.Format = value
public SPMobileListViewIteratorFormat Format { get; set; }
Property value
Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileListViewIteratorFormat
See also
Reference
SPMobileListViewIterator class