LaunchSettings.Profiles Property
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.
Gets or sets the collection of named launch profiles associated with the ProjectResource.
[System.Text.Json.Serialization.JsonPropertyName("profiles")]
public System.Collections.Generic.Dictionary<string,Aspire.Hosting.LaunchProfile> Profiles { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("profiles")>]
member this.Profiles : System.Collections.Generic.Dictionary<string, Aspire.Hosting.LaunchProfile> with get, set
Public Property Profiles As Dictionary(Of String, LaunchProfile)
Property Value
- Attributes