HotDocs.Server.ComponentProperty Class

A ComponentProperty represents a specific property of a HotDocs component. For example, it may be the title or prompt of a variable.

Namespace: HotDocs.Server
Assembly: HotDocs.Server in HotDocs.Server.dll

This class implements the following interfaces:

  • IDisposable: The class can be disposed.

Methods

Method Description
Dispose This method is an implementation of the IDisposable.Dispose method that releases unmanaged resources held by an instance of the ComponentProperty class.

Properties

Property Description
Name [Read-only] This property returns the name of the ComponentProperty.
Value [Read-only] This property returns the value of the ComponentProperty.
ValueType [Read-only] This property returns the type of value of the ComponentProperty.