Gets the item.
Namespace:
CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
public AttachmentItem Item { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Item As AttachmentItem |
| Visual C++ |
|---|
public: property AttachmentItem^ Item { AttachmentItem^ get (); } |