Filter.SubTypeId Property

Gets or sets the unique identifier for this filter type.

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

Syntax

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

value = instance.SubTypeId

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

Property Value

Type: System.String
The unique identifier for this filter type.

Implements

ICustomizableFCO.SubTypeId

Remarks

The value must not exceed 60 characters or contain the characters ', ", or \. If the filter is a custom filter, SubTypeId cannot be the same as a native filter.

See Also

Reference

Filter Class

Filter Members

Microsoft.PerformancePoint.Scorecards Namespace