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
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.