Share via


xRecord.modifiedFieldValue Method

Definition

Overloads

modifiedFieldValue(String)

Modifies the specified field to the original value.

modifiedFieldValue(String, Int32)

modifiedFieldValue(String)

Modifies the specified field to the original value.

public:
 virtual void modifiedFieldValue(System::String ^ text1);
public virtual void modifiedFieldValue (string text1);
abstract member modifiedFieldValue : string -> unit
override this.modifiedFieldValue : string -> unit
Public Overridable Sub modifiedFieldValue (text1 As String)

Parameters

text1
String

Applies to

modifiedFieldValue(String, Int32)

public:
 virtual void modifiedFieldValue(System::String ^ _fieldName, int _arrayIndex);
public virtual void modifiedFieldValue (string _fieldName, int _arrayIndex);
abstract member modifiedFieldValue : string * int -> unit
override this.modifiedFieldValue : string * int -> unit
Public Overridable Sub modifiedFieldValue (_fieldName As String, _arrayIndex As Integer)

Parameters

_fieldName
String

The array index of the field; optional.

_arrayIndex
Int32

The array index of the field; optional.

Applies to