Share via


Filter.CreateNew method

Creates a filter that is initialized with a random GUID.

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

Syntax

'Declaration
Public Shared Function CreateNew As Filter
'Usage
Dim returnValue As Filter

returnValue = Filter.CreateNew()
public static Filter CreateNew()

Return value

Type: Microsoft.PerformancePoint.Scorecards.Filter
A filter that is initialized with a random GUID.

Remarks

See the SPDataStore.CreateFilter(String, Filter) method for a code example that uses this method.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace