IField.LiteralValue Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the constant value of the field, if it is a literal.
object LiteralValue { get; }

Property Value

object
The constant value of the field, or null if not a literal.

See Also