AttachedFile.Tags Property

Aspose.Note for .NET API

AttachedFileTags Property

Gets the list of tags of an attached file.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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
See Also