ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationBase Class / Attachment Property






In This Topic
    Attachment Property (AnnotationBase)
    In This Topic
    Gets or sets the attachment of the annotation.
    Syntax
    '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);
    }
    See Also