SPMobileViewFilterSaveNavigation.ViewFilterValueInputId Property
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
Public Property ViewFilterValueInputId As String
Get
Set
'Usage
Dim instance As SPMobileViewFilterSaveNavigation
Dim value As String
value = instance.ViewFilterValueInputId
instance.ViewFilterValueInputId = value
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