Table of Contents

Class TestVariableAttribute

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll

Use to mark a property as a Ranorex test variable.

[AttributeUsage(AttributeTargets.Property)]
public class TestVariableAttribute : Attribute, _Attribute
Inheritance
TestVariableAttribute
Implements
Inherited Members

Constructors

TestVariableAttribute(string)

Creates a new TestVariableAttribute instance.

public TestVariableAttribute(string guid)

Parameters

guid string

The Guid.

Properties

Guid

The unique ID of the test module.

public string Guid { get; }

Property Value

string