TargetGroupIterator.CurrentTargetIsValid 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.
Property which returns whether the current query target is valid.
public:
property bool CurrentTargetIsValid { bool get(); };
public bool CurrentTargetIsValid { get; }
member this.CurrentTargetIsValid : bool
Public ReadOnly Property CurrentTargetIsValid As Boolean