EventFieldInfo.FieldValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the form field's new value.
public:
property System::Object ^ FieldValue { System::Object ^ get(); void set(System::Object ^ value); };
public object FieldValue { get; set; }
member this.FieldValue : obj with get, set
Public Property FieldValue As Object