webModuleNode.inheritNavigation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
inheritNavigation() | |
inheritNavigation(Boolean) |
inheritNavigation()
public:
virtual bool inheritNavigation();
public virtual bool inheritNavigation ();
abstract member inheritNavigation : unit -> bool
override this.inheritNavigation : unit -> bool
Public Overridable Function inheritNavigation () As Boolean
Returns
Applies to
inheritNavigation(Boolean)
public:
virtual bool inheritNavigation(bool _value);
public virtual bool inheritNavigation (bool _value);
abstract member inheritNavigation : bool -> bool
override this.inheritNavigation : bool -> bool
Public Overridable Function inheritNavigation (_value As Boolean) As Boolean
Parameters
- _value
- Boolean