Table of Contents

Interface IOption

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Interface IOption used for implementing a source for key/values used for options in the forms module.

public interface IOption

Properties

Text

Gets or sets the text.

string Text { get; set; }

Property Value

string

The text.

Value

Gets or sets the value.

string Value { get; set; }

Property Value

string

The value.

To top