IValueControlAddInDefinition.Value Property

Gets or sets the value of the control add-in.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
Property Value As T
T Value { get; set; }
property T Value {
    T get ();
    void set (T value);
}
/** @property */
T get_Value ()

/** @property */
void set_Value (T value)
function get Value () : T

function set Value (value : T)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IValueControlAddInDefinition Interface
IValueControlAddInDefinition Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace