ModelingDocData.HasErrorListItems 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.
True if there're items in the error list for this doc data.
public:
virtual property bool HasErrorListItems { bool get(); };
public virtual bool HasErrorListItems { get; }
member this.HasErrorListItems : bool
Public Overridable ReadOnly Property HasErrorListItems As Boolean