BpmPropertyCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of properties for PerformancePoint Services objects.

Inheritance hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.PerformancePoint.Scorecards.BpmPropertyCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BpmPropertyText))> _
<KnownTypeAttribute(GetType(BpmPropertyBool))> _
<KnownTypeAttribute(GetType(BpmPropertyLongText))> _
<KnownTypeAttribute(GetType(BpmPropertyDecimal))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink2))> _
<KnownTypeAttribute(GetType(BpmPropertyList))> _
<KnownTypeAttribute(GetType(BpmPropertyDate))> _
<KnownTypeAttribute(GetType(BpmPropertyUser))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink))> _
Public Class BpmPropertyCollection _
    Inherits CollectionBase _
    Implements ICloneable, IDiffable
'Usage
Dim instance As BpmPropertyCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(BpmPropertyText))]
[KnownTypeAttribute(typeof(BpmPropertyBool))]
[KnownTypeAttribute(typeof(BpmPropertyLongText))]
[KnownTypeAttribute(typeof(BpmPropertyDecimal))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink2))]
[KnownTypeAttribute(typeof(BpmPropertyList))]
[KnownTypeAttribute(typeof(BpmPropertyDate))]
[KnownTypeAttribute(typeof(BpmPropertyUser))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink))]
public class BpmPropertyCollection : CollectionBase, 
    ICloneable, IDiffable

Remarks

This collection may contain the derived classes of the BpmProperty class. The collection is backed by a hash table to facilitate lookup by the UniqueName property.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

BpmPropertyCollection members

Microsoft.PerformancePoint.Scorecards namespace