UITestPropertyAttributes Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class UITestPropertyAttributes
[System.Flags]
public enum UITestPropertyAttributes
[<System.Flags>]
type UITestPropertyAttributes = 
Public Enum UITestPropertyAttributes
Inheritance
UITestPropertyAttributes
Attributes

Fields

Name Value Description
None 0
Readable 1
Writable 2
Searchable 4
NonAssertable 8
DoNotGenerateProperties 16
CommonToTechnology 32

Applies to