ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property Attachment As AnnotationAttachment
    public AnnotationAttachment Attachment {get; set;}
    See Also