Share via


DictField.isSystem Method

Definition

Returns a value that indicates whether the field is a system field.

public:
 virtual bool isSystem();
public virtual bool isSystem ();
abstract member isSystem : unit -> bool
override this.isSystem : unit -> bool
Public Overridable Function isSystem () As Boolean

Returns

true if the field is a system field; otherwise, false.

Applies to