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