Class TestVariableAttribute
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
Properties
Guid
The unique ID of the test module.
public string Guid { get; }