IssueReference.AttributeIssueID Property
Applies To: Windows 8.1
The issue ID of the IssueReference.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As IssueReference
Dim value As String
value = instance.AttributeIssueID
instance.AttributeIssueID = value
Syntax
'Declaration
Public Property AttributeIssueID As String
public string AttributeIssueID { get; set; }
public:
property String^ AttributeIssueID {
String^ get ();
void set (String^ attributeIssueID);
}
/** @property */
public String get_AttributeIssueID ()
/** @property */
public void set_AttributeIssueID (String attributeIssueID)
public function get AttributeIssueID () : String
public function set AttributeIssueID (attributeIssueID : String)
Property Value
Returns String.
Remarks
The issue ID is the value of attribute IssueID of element IssueReference.
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
IssueReference Class
IssueReference Members
Microsoft.Assessments.Runtime Namespace