Aydsko iRacing Data API
Show / Hide Table of Contents

Class TagValue

Inheritance
object
TagValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class TagValue

Properties

TagId

Declaration
[JsonPropertyName("tag_id")]
public int TagId { get; set; }
Property Value
Type Description
int

TagName

Declaration
[JsonPropertyName("tag_name")]
public string TagName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX