ASP.NET 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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Attachment As AnnotationAttachment
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AnnotationAttachment Attachment {get; set;}
    See Also