Share via


NamedSet.Validate method

Validates this object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Sub Validate
'Usage
Dim instance As NamedSet

instance.Validate()
public virtual void Validate()

Exceptions

Exception Condition
BpmException

Thrown if this object is not valid.

This object is not valid if one of the following conditions is true:

  • The Name property is empty.

  • The Name property contains more characters than specified in the TextLength field.

  • The Expression property is a null reference (Nothing in Visual Basic).

  • The Expression property contains more characters than specified in the LongTextLength field.

See also

Reference

NamedSet class

NamedSet members

Microsoft.PerformancePoint.Scorecards namespace