SPMobileViewFilterSaveNavigation.ViewFieldSelectorId Property
Gets or sets the ID of the view field selector control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ViewFieldSelectorId As String
Get
Set
'Usage
Dim instance As SPMobileViewFilterSaveNavigation
Dim value As String
value = instance.ViewFieldSelectorId
instance.ViewFieldSelectorId = value
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