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