AVEVA OMI Software Developer Kit



SearchLevelOptions Property
Gets or sets depth of the search for the content. Provides the levels of search that need to be performed on the given navigation path. Only used if NavSearchOptions contains Child Levels
Syntax
'Declaration
 
Public Property SearchLevelOptions As Nullable(Of SearchLevelOption)
'Usage
 
Dim instance As FilterOptions
Dim value As Nullable(Of SearchLevelOption)
 
instance.SearchLevelOptions = value
 
value = instance.SearchLevelOptions
public Nullable<SearchLevelOption> SearchLevelOptions {get; set;}
public:
property Nullable<SearchLevelOption> SearchLevelOptions {
   Nullable<SearchLevelOption> get();
   void set (    Nullable<SearchLevelOption> 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