Table of Contents

Class RepositoryImageAttribute

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

Use to mark a property or method as a Ranorex repository element image item.

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

Constructors

RepositoryImageAttribute(string)

Creates a new instance.

public RepositoryImageAttribute(string guid)

Parameters

guid string

The Guid.

Properties

Guid

The unique ID of the repository image item.

public CaseInsensitiveString Guid { get; }

Property Value

CaseInsensitiveString