ChangePropertyAction.PropertyName Property

Gets or sets the name of the property to change. This is a dependency property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property PropertyName As String
'Usage
Dim instance As ChangePropertyAction
Dim value As String

value = instance.PropertyName

instance.PropertyName = value
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PropertyName ()

/** @property */
public void set_PropertyName (String value)
public function get PropertyName () : String

public function set PropertyName (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ChangePropertyAction Class
ChangePropertyAction Members
Microsoft.Expression.Interactivity.Core Namespace