PropertyDescriptorTags Property |
Gets a collection of tags associated with the property.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic IReadOnlyList<PropertyTag> Tags { get; }
Public ReadOnly Property Tags As IReadOnlyList(Of PropertyTag)
Get
public:
property IReadOnlyList<PropertyTag^>^ Tags {
IReadOnlyList<PropertyTag^>^ get ();
}
member Tags : IReadOnlyList<PropertyTag> with get
Property Value
Type:
IReadOnlyListPropertyTagA collection of tags associated with the property.
See Also