GetClassType
Returns a type of the ApiUnsupported class.
Syntax
expression.GetClassType();
expression - A variable that represents a ApiUnsupported class.
Parameters
This method doesn't have any parameters.
Returns
"unsupported"
Example
Check the class type returned by an unsupported annotation in a document.
// How do I check what type an unsupported annotation object is in a document?
// Retrieve and output the class type string for an unsupported annotation in a document.