AttachmentView.Size Property

Definition

Gets or sets size of the attachment.

public int? Size { get; set; }
member this.Size : Nullable<int> with get, set
Public Property Size As Nullable(Of Integer)

Property Value

The size of the attachment.

Applies to