'Declaration Public Overloads ReadOnly Property Item( _ ByVal annotationName As String _ ) As Annotation
public Annotation Item( string annotationName ) {get;}
Parameters
- annotationName
- Name of the annotation.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal annotationName As String _ ) As Annotation
public Annotation Item( string annotationName ) {get;}