Table of Contents

Class ReportCustomProperty

Namespace
Geotab.Checkmate.Reports
Assembly
Geotab.Checkmate.ObjectModel.dll

The custom property class for report

public class ReportCustomProperty
Inheritance
ReportCustomProperty
Inherited Members

Constructors

ReportCustomProperty(string, object)

Initializes a new instance of the ReportCustomProperty class.

public ReportCustomProperty(string name, object value)

Parameters

name string

The name.

value object

The value.

Properties

Name

Gets or sets the name of the property.

public string Name { get; set; }

Property Value

string

The name of the property.

Value

Gets or sets contains the value of the custom property.

public object Value { get; set; }

Property Value

object

Contains the value of the custom property.