DictField.isMonocased 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 database requires that the field be monocase.
public:
virtual bool isMonocased();
public virtual bool isMonocased ();
abstract member isMonocased : unit -> bool
override this.isMonocased : unit -> bool
Public Overridable Function isMonocased () As Boolean
Returns
true if the field is monocase; otherwise, false.