Class CategoryCustomText
Represents a custom text on a category.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class CategoryCustomText : CategoryElement
Properties
| Improve this Doc View SourceArtifactID
Gets or sets the artifact id of the custom text.
Declaration
public int ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Gets or sets the value of the custom text.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |