DocumentTask.IsMarkerValid 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 whether the marker has been set to invalid.
public:
property bool IsMarkerValid { bool get(); };
public:
property bool IsMarkerValid { bool get(); };
public bool IsMarkerValid { get; }
member this.IsMarkerValid : bool
Public ReadOnly Property IsMarkerValid As Boolean
Property Value
Set to true
if the marker has not been set to invalid; otherwise, false
.