Jump to: navigation, search

Difference between revisions of "SYSCLS ANNOTATION"


 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
| namespace = System.Classification.Annotation
 
| namespace = System.Classification.Annotation
 
| purpose = Classify an object as Annotation
 
| purpose = Classify an object as Annotation
| version = 2+
+
| version = 3+
 
| id = {D67975AA-1CD8-435A-814D-B81458134EEF}
 
| id = {D67975AA-1CD8-435A-814D-B81458134EEF}
 
}}
 
}}
Line 14: Line 14:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| ANNOTATION || {{ByteStream}} || Annotation Information
+
| ANNOTATIONS || {{ByteStream}} (String) || Annotation Information
 
|}
 
|}
  
 
== See also ==
 
== See also ==
 +
* [[HotSpotting]]
 
* [[SYSCLS_HOTSPOT]]
 
* [[SYSCLS_HOTSPOT]]
 
* [[SYSCLS_SIGNATURE]]
 
* [[SYSCLS_SIGNATURE]]
 +
 +
{{Category/Version|3.0.0}}
 +
 +
[[Category:3.0.0|SYSCLS ANNOTATION]]
 +
[[Category:Classifications|SYSCLS ANNOTATION]]

Latest revision as of 10:39, 28 October 2020

IC CLASSIFICATION.gif ANNOTATION
Name SYSCLS_ANNOTATION
Inheritance -
Namespace System.Classification.Annotation
ID {D67975AA-1CD8-435A-814D-B81458134EEF}
Purpose Classify an object as Annotation
Version 3+

MetaProperties

Name Data type Comment
ANNOTATIONS ByteStream (String) Annotation Information

See also