BpmPropertyCollection.Contains Method (Microsoft.PerformancePoint.Scorecards)
Checks to see if the collection contains a property with the same UniqueName.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Function Contains ( _
value As BpmProperty _
) As Boolean
'Usage
Dim instance As BpmPropertyCollection
Dim value As BpmProperty
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public virtual bool Contains (
BpmProperty value
)
Parameters
- value
The property to locate.
Return Value
Returns true if the collection contains a property with the same UniqueName.
See Also
Reference
BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace