DictField.isSystem 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.
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.