โŒ - Property.Hotspot.AssetId
 
 

Optional external asset identifier.

๐Ÿ†” Asset ID
  • ๐Ÿ”‘ What is AssetId? The AssetId property allows you to link a hotspot to an external digital asset or resource. This might be a unique code, product SKU, asset tracking number, or integration ID from another system.
  • ๐ŸŒ Why use it? By specifying an AssetId, you can associate a real-world or virtual item with your hotspot for easier management, inventory, or deeper integrations (e.g., IoT sensors, digital artwork, inventory systems).
  • ๐Ÿ› ๏ธ How to use it:
    • ๐Ÿ“ Enter an identifier (up to 400 characters) when creating or editing a hotspot.
    • ๐Ÿ”— Use this field to connect your hotspot to any external system or database that supports IDs.
    • ๐Ÿ” Useful for logistics, museums, digital collections, or smart city apps where unique assets are tracked.
  • ๐Ÿ’ก Tip: If you don’t need to link to an external asset, you can leave this field blank. It's fully optional and won’t affect the AR experience.

C# Definition:

[MaxLength(400)]
[Description("Optional external asset identifier")]
public string AssetId { get; set; }