Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.