SPMobileContext.ViewId property
Gets the identifier of the current mobile view of the current list item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ViewId As Guid
Get
'Usage
Dim instance As SPMobileContext
Dim value As Guid
value = instance.ViewId
public virtual Guid ViewId { get; }
Property value
Type: System.Guid
A Guid that specifies the current mobile list view.