Class RepositoryItemInfoAttribute
- Namespace
- Ranorex.Core.Repository
- Assembly
- Ranorex.Core.dll
Use to mark a property or class as a Ranorex repository element info item.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property)]
public class RepositoryItemInfoAttribute : Attribute, _Attribute
- Inheritance
-
RepositoryItemInfoAttribute
- Implements
- Inherited Members
Constructors
RepositoryItemInfoAttribute(string)
Creates a new instance.
public RepositoryItemInfoAttribute(string guid)
Parameters
Properties
Guid
The unique ID of the repository item info.
public CaseInsensitiveString Guid { get; }
Property Value
- CaseInsensitiveString