ParameterValue.Cascading Property
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.
Gets a value to indicate whether the parameter is cascading, meaning that it was supplied by a CascadingValue<TValue>.
public:
property bool Cascading { bool get(); };
public bool Cascading { get; }
member this.Cascading : bool
Public ReadOnly Property Cascading As Boolean