ReplicationObject.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.
protected:
virtual bool CheckValidDefinition(bool throwException);
protected virtual bool CheckValidDefinition (bool throwException);
abstract member CheckValidDefinition : bool -> bool
override this.CheckValidDefinition : bool -> bool
Protected Overridable Function CheckValidDefinition (throwException As Boolean) As Boolean
Parameters
- throwException
- Boolean
Indicates whether to throw an exception.
Returns
true
if the definition is valid; otherwise, false
.