AutomationProperties.AutomationIdProperty Property

Definition

Identifies the AutomationProperties.AutomationId attached property.

public:
 static property DependencyProperty ^ AutomationIdProperty { DependencyProperty ^ get(); };
static DependencyProperty AutomationIdProperty();
public static DependencyProperty AutomationIdProperty { get; }
var dependencyProperty = AutomationProperties.automationIdProperty;
Public Shared ReadOnly Property AutomationIdProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.AutomationId attached property.

Applies to

See also