This topic has not yet been rated - Rate this topic

BpmPropertyCollection Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version

Represents a collection of properties for objects in PerformancePoint Services in Microsoft SharePoint Server 2010.
System.Object
  System.Collections.CollectionBase
    Microsoft.PerformancePoint.Scorecards.BpmPropertyCollection

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
[SerializableAttribute]
[KnownTypeAttribute(typeof(BpmPropertyBool))]
[KnownTypeAttribute(typeof(BpmPropertyText))]
[KnownTypeAttribute(typeof(BpmPropertyLongText))]
[KnownTypeAttribute(typeof(BpmPropertyDecimal))]
[KnownTypeAttribute(typeof(BpmPropertyDate))]
[KnownTypeAttribute(typeof(BpmPropertyUser))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink2))]
[KnownTypeAttribute(typeof(BpmPropertyList))]
public class BpmPropertyCollection : CollectionBase, 
	ICloneable, IDiffable

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.