Skip to main content

GetTagsOfObjectsResponse Properties

An object defining properties for the GetTagsOfObjectsResponse class.

Tags

Gets a dictionary mapping object IDs to their associated tags.

Type: Dictionary<long, string>

This read-only property provides access to a dictionary where:

  • Keys are object IDs (long)
  • Values are the tag strings associated with those objects

The dictionary is initialized through the constructor and remains immutable throughout the object's lifecycle to ensure data integrity.