Share via


SetBuildProperty Class

Definition

Represents the operation of setting the value of a project configuration build property.

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

Constructors

SetBuildProperty(String, String, String)

Initializes a new instance of the SetBuildProperty class.

Properties

Action
Name

Gets the MSBuild property name

StorageType

Gets the Storage Type for file persistence

Value

Gets the set MSBuild property value

Applies to