Table of Contents

Enum Configuration.RepositoryVariableDefaultAction

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Denotes available actions to perform on repository variable when changing default value of recording variable.

public enum Configuration.RepositoryVariableDefaultAction

Fields

Always = 1

Repository variable default value is always updated.

Never = 2

Repository variable default value is never updated.

None = 0

No action is stored.