xRecord.modifiedField(Int32) Method
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.
Modifies the specified field to the original.
public:
virtual void modifiedField(int _fieldId);
public virtual void modifiedField (int _fieldId);
abstract member modifiedField : int -> unit
override this.modifiedField : int -> unit
Public Overridable Sub modifiedField (_fieldId As Integer)
Parameters
- _fieldId
- Int32
The field ID to modify.