SetLaunchProfilePropertyValue.Value 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 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