NamedBlockAst.Unnamed 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.
For a function/filter that did not explicitly name the end/process block (which is quite common), this property will return true.
public:
property bool Unnamed { bool get(); };
public:
property bool Unnamed { bool get(); };
public bool Unnamed { get; }
member this.Unnamed : bool
Public ReadOnly Property Unnamed As Boolean