Show / Hide Table of Contents

Interface IHasName

Represents the interface for model classes that have string Name property.

Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IHasName

Properties

| Improve this Doc View Source

Name

Gets or sets the name.

Declaration
string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX