Share via


SPMobileViewFilterSaveNavigation.ViewFilterValueInputId property

NOTE: This API is now obsolete.

Gets or sets the ID of the view filter value input 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 ViewFilterValueInputId As String
    Get
    Set
'Usage
Dim instance As SPMobileViewFilterSaveNavigation
Dim value As String

value = instance.ViewFilterValueInputId

instance.ViewFilterValueInputId = 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 ViewFilterValueInputId { get; set; }

Property value

Type: System.String
The String object represents the ID of the view filter value input control.

See also

Reference

SPMobileViewFilterSaveNavigation class

SPMobileViewFilterSaveNavigation members

Microsoft.SharePoint.MobileControls namespace