BusinessLogicHandler.CheckValidDefinition(Boolean) 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.
Indicates whether the definition is valid.
public:
bool CheckValidDefinition(bool throwException);
public bool CheckValidDefinition (bool throwException);
member this.CheckValidDefinition : bool -> bool
Public Function CheckValidDefinition (throwException As Boolean) As Boolean
Parameters
- throwException
- Boolean
true
to throw an exception; otherwise, false
.
Returns
true
if the definition is valid; otherwise, false
.