'Declaration
Public Property Attachment As AnnotationAttachment
'Usage
Dim instance As AnnotationBase Dim value As AnnotationAttachment instance.Attachment = value value = instance.Attachment
public AnnotationAttachment Attachment {get; set;}
public: property AnnotationAttachment Attachment { AnnotationAttachment get(); void set ( AnnotationAttachment value); }