Table of Contents

Class RepositoryItemAttribute

Namespace
Ranorex.Core.Repository
Assembly
Ranorex.Core.dll

Use to mark a property as a Ranorex repository item.

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

Constructors

RepositoryItemAttribute(string)

Creates a new instance.

public RepositoryItemAttribute(string guid)

Parameters

guid string

The Guid.

Properties

Guid

The unique ID of the repository item.

public CaseInsensitiveString Guid { get; }

Property Value

CaseInsensitiveString