Click or drag to resize

DropdownFieldChoiceValue Property

The name of the drop-down item visible to the user. For a database lookup dropdown field, this is the value of the "Retrieve From" column.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public string Value { get; set; }

Property Value

Type: String
See Also