Filter.CustomData property

Gets or sets optional information that is used by the filter.

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

Syntax

'Declaration
Public Overridable Property CustomData As String
    Get
    Set
'Usage
Dim instance As Filter
Dim value As String

value = instance.CustomData

instance.CustomData = value
public virtual string CustomData { get; set; }

Property value

Type: System.String
Optional information that is used by the filter.

Implements

ICustomizableFCO.CustomData

Remarks

You can use this property to store information that is not stored elsewhere. One scenario is to use it to coordinate multiple beginpoints for the filter.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace