'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Attachment As AnnotationAttachment
'Usage
Dim instance As AnnotationBase Dim value As AnnotationAttachment instance.Attachment = value value = instance.Attachment
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AnnotationAttachment Attachment {get; set;}
public read-write property Attachment: AnnotationAttachment;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument) public function get,set Attachment : AnnotationAttachment
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: __property AnnotationAttachment get_Attachment(); public: __property void set_Attachment( AnnotationAttachment value );
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property AnnotationAttachment Attachment { AnnotationAttachment get(); void set ( AnnotationAttachment value); }