SPMobileList.BaseType property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BaseType As String
Get
Set
'Usage
Dim instance As SPMobileList
Dim value As String
value = instance.BaseType
instance.BaseType = value
public string BaseType { get; set; }
Property value
Type: System.String