TagDetailsInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tag details.
public class TagDetailsInner
type TagDetailsInner = class
Public Class TagDetailsInner
- Inheritance
-
System.ObjectTagDetailsInner
Constructors
TagDetailsInner() |
Initializes a new instance of the TagDetailsInner class. |
TagDetailsInner(String, String, TagCount, IList<TagValueInner>) |
Initializes a new instance of the TagDetailsInner class. |
Properties
Count |
Gets or sets the tag count. |
Id |
Gets or sets the tag ID. |
TagName |
Gets or sets the tag name. |
Values |
Gets or sets the list of tag values. |