Share via


SetPropertyValue Class

Definition

Represents the operation to set a property value.

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

Constructors

SetPropertyValue(String, Object)

Initializes a new instance of the SetPropertyValue class.

Properties

Action
Name

Gets the name of the property.

Value

Gets the new value.

Applies to