Aydsko iRacing Data API
Show / Hide Table of Contents

Class Tags

Inheritance
object
Tags
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 Tags

Properties

Categorized

Declaration
[JsonPropertyName("categorized")]
public object[] Categorized { get; set; }
Property Value
Type Description
object[]

NotCategorized

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