Issue.SolutionLinks Property
Applies To: Windows 8.1
The solution 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.SolutionLinks
Syntax
'Declaration
Public ReadOnly Property SolutionLinks As LinkCollection
public LinkCollection SolutionLinks { get; }
public:
property LinkCollection^ SolutionLinks {
LinkCollection^ get ();
}
/** @property */
public LinkCollection get_SolutionLinks ()
public function get SolutionLinks () : LinkCollection
Property Value
Returns LinkCollection.
Remarks
The solution LinkCollection holds data from element Issue/Solution/Links.
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