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