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