Issue.SolutionDescription Property
Applies To: Windows 8.1
The solution description 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 String
value = instance.SolutionDescription
instance.SolutionDescription = value
Syntax
'Declaration
Public Property SolutionDescription As String
public string SolutionDescription { get; set; }
public:
property String^ SolutionDescription {
String^ get ();
void set (String^ solutionDescription);
}
/** @property */
public String get_SolutionDescription ()
/** @property */
public void set_SolutionDescription (String solutionDescription)
public function get SolutionDescription () : String
public function set SolutionDescription (solutionDescription : String)
Property Value
Returns String.
Remarks
The solution description is the value of element Issue/Solution/Description.
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