Subscription.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 subscription definition is valid.
protected:
 override bool CheckValidDefinition(bool throwException);protected override bool CheckValidDefinition(bool throwException);override this.CheckValidDefinition : bool -> boolProtected Overrides Function CheckValidDefinition (throwException As Boolean) As BooleanParameters
- throwException
- Boolean
Indicates whether to throw an exception.
Returns
true if the subscription definition is valid; otherwise, false.