BusinessLogicHandler.CheckValidDefinition(Boolean) Method

Definition

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.

Applies to