AVEVA OMI Software Developer Kit



NavigationSearchMode Property
Gets or sets the NavigationSearchMode option. Provides the navigation search mode for the given navigation path.
Syntax
'Declaration
 
<ObsoleteAttribute("NavigationSearchMode enumeration is no longer in use from SP2020R2-SP1 onwards. Please use NavSearchOptions enumeration instead.")>
Public Property NavigationSearchMode As NavigationSearchMode
'Usage
 
Dim instance As FilterOptions
Dim value As NavigationSearchMode
 
instance.NavigationSearchMode = value
 
value = instance.NavigationSearchMode
[Obsolete("NavigationSearchMode enumeration is no longer in use from SP2020R2-SP1 onwards. Please use NavSearchOptions enumeration instead.")]
public NavigationSearchMode NavigationSearchMode {get; set;}
[Obsolete("NavigationSearchMode enumeration is no longer in use from SP2020R2-SP1 onwards. Please use NavSearchOptions enumeration instead.")]
public:
property NavigationSearchMode NavigationSearchMode {
   NavigationSearchMode get();
   void set (    NavigationSearchMode 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