NavSearchOptions Property
Gets or sets the NavigationSearch options.
Provides the navigation search options for the given navigation path.
Syntax
'Declaration Public Property NavSearchOptions As Nullable(Of NavSearchOptions)
'Usage Dim instance As FilterOptions Dim value As Nullable(Of NavSearchOptions) instance.NavSearchOptions = value value = instance.NavSearchOptions
public Nullable<NavSearchOptions> NavSearchOptions {get; set;}
public: property Nullable<NavSearchOptions> NavSearchOptions { Nullable<NavSearchOptions> get(); void set ( Nullable<NavSearchOptions> value); }
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also