Share via


SPMobileViewFilterSaveNavigation.ViewFieldSelectorId property

NOTE: This API is now obsolete.

Gets or sets the ID of the view field selector control.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Property ViewFieldSelectorId As String
    Get
    Set
'Usage
Dim instance As SPMobileViewFilterSaveNavigation
Dim value As String

value = instance.ViewFieldSelectorId

instance.ViewFieldSelectorId = value
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public string ViewFieldSelectorId { get; set; }

Property value

Type: System.String
The String object represents the ID of the view field selector control.

See also

Reference

SPMobileViewFilterSaveNavigation class

SPMobileViewFilterSaveNavigation members

Microsoft.SharePoint.MobileControls namespace