Class ConsoleProfileStartedEventArgs
ConsoleProfileStarted
public sealed class ConsoleProfileStartedEventArgs : EventArgs
- Inheritance
-
ConsoleProfileStartedEventArgs
- Inherited Members
Properties
Id
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Location
Gets or sets the location
[JsonPropertyName("location")]
public Location Location { get; set; }
Property Value
Title
Gets or sets the title
[JsonPropertyName("title")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Title { get; set; }