Share via


SetPropertyValueWithSourceType Class

Definition

Represents the operation to set a property value.

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

Constructors

SetPropertyValueWithSourceType(String, Object, PropertySourceType)

Initializes a new instance of the SetPropertyValueWithSourceType class.

Properties

Action
Name

Gets the name of the property.

SourceType

Gets the source type.

Value

Gets the new value.

Applies to