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