xRecord.isFieldSet(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.
Checks whether a field has a Set or Defaulted state.
public:
virtual bool isFieldSet(int _fieldId);
public virtual bool isFieldSet (int _fieldId);
abstract member isFieldSet : int -> bool
override this.isFieldSet : int -> bool
Public Overridable Function isFieldSet (_fieldId As Integer) As Boolean
Parameters
- _fieldId
- Int32
Returns
true if field has a Set or Defaulted state; otherwise, false.