Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace