ItemAttachment<TItem>.Item Property

Definition

Gets the item that is associated with the attachment.

public:
 property TItem Item { TItem get(); };
public TItem Item { get; }
Public ReadOnly Property Item As TItem

Property Value

TItem

The item that is associated with the attachment.

Applies to