Share via


SetLaunchProfilePropertyValue Class

Definition

Represents the operation of setting the value of a property exposed through the launch profile.

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class SetLaunchProfilePropertyValue : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type SetLaunchProfilePropertyValue = class
    inherit ExecutableStep
Public NotInheritable Class SetLaunchProfilePropertyValue
Inherits ExecutableStep
Inheritance
SetLaunchProfilePropertyValue
Attributes

Constructors

SetLaunchProfilePropertyValue(String, Object)

Properties

Action
PropertyName
Value

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.

Applies to