AutomationElementIdentifiers.LiveSettingProperty Property

Definition

Identifies the live settings automation property. The live settings property value is returned by the GetLiveSetting method.

public:
 static property AutomationProperty ^ LiveSettingProperty { AutomationProperty ^ get(); };
static AutomationProperty LiveSettingProperty();
public static AutomationProperty LiveSettingProperty { get; }
var automationProperty = AutomationElementIdentifiers.liveSettingProperty;
Public Shared ReadOnly Property LiveSettingProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to