ReplicationObject.CheckValidDefinition(Boolean) Method

Definition

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.

Applies to