Subscription.CheckValidDefinition(Boolean) Method

Definition

Indicates whether the subscription definition is valid.

protected:
 override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean

Parameters

throwException
Boolean

Indicates whether to throw an exception.

Returns

true if the subscription definition is valid; otherwise, false.

Applies to