Aspose.Note for .Net
AttachedFileTags Property |
Gets the list of tags of an attached file.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public List<NoteTagCore> Tags { get; }
Public ReadOnly Property Tags As List(Of NoteTagCore) Get
public: property List<NoteTagCore^>^ Tags { List<NoteTagCore^>^ get (); }
member Tags : List<NoteTagCore> with get
Property Value
Type: ListNoteTagCore