TestCase.Parents Property
Applies To: Windows 8.1
The ParentCollection of the TestCase.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As TestCase
Dim value As ParentCollection
value = instance.Parents
Syntax
'Declaration
Public ReadOnly Property Parents As ParentCollection
public ParentCollection Parents { get; }
public:
property ParentCollection^ Parents {
ParentCollection^ get ();
}
/** @property */
public ParentCollection get_Parents ()
public function get Parents () : ParentCollection
Property Value
Returns ParentCollection.
Remarks
The ParentCollection holds information from TestCase/Parents.
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
TestCase Class
TestCase Members
Microsoft.Assessments.Runtime Namespace