PrerequisiteCollection Class

Applies To: Windows 8.1

Represents a collection of prerequisites for running a job that failed.

Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As PrerequisiteCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class PrerequisiteCollection
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public sealed class PrerequisiteCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class PrerequisiteCollection sealed : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public final class PrerequisiteCollection implements IEnumerable
DefaultMemberAttribute("Item") 
public final class PrerequisiteCollection implements IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Assessments.PrerequisiteCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

PrerequisiteCollection Members
Microsoft.Assessments Namespace