IndexedValue Value Property
A convenience accessor to set or retrieve the actual value stored in this Value object. It must be either a TextValue, NumberValue, DateValue, TrueFalseValue or MultipleChoiceValue.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IValue Value { get; set; }

Property Value

Type: IValue
See Also