Pipeline.IsNested 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 the property which indicates if this pipeline is nested.
public:
abstract property bool IsNested { bool get(); };
public:
abstract property bool IsNested { bool get(); };
public abstract bool IsNested { get; }
member this.IsNested : bool
Public MustOverride ReadOnly Property IsNested As Boolean