FormDataSource.allowCreate 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.
Overloads
allowCreate() | |
allowCreate(Boolean) |
allowCreate()
public:
virtual bool allowCreate();
public virtual bool allowCreate ();
abstract member allowCreate : unit -> bool
override this.allowCreate : unit -> bool
Public Overridable Function allowCreate () As Boolean
Returns
Applies to
allowCreate(Boolean)
public:
virtual bool allowCreate(bool _value);
public virtual bool allowCreate (bool _value);
abstract member allowCreate : bool -> bool
override this.allowCreate : bool -> bool
Public Overridable Function allowCreate (_value As Boolean) As Boolean
Parameters
- _value
- Boolean