Partager via


SetLaunchProfilePropertyValue.Value Property

Definition

Gets the new value for the property. May be null to indicate that the property should be removed entirely and/or reset to a default value.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.AnyValueJsonConverter))]
[System.Runtime.CompilerServices.Nullable(2)]
public object? Value { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.AnyValueJsonConverter))>]
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute NullableAttribute

Applies to