SetBuildProperty 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 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
- 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 |