BpmProperty Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for all properties.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.BpmProperty
Microsoft.PerformancePoint.Scorecards.BpmPropertyBool
Microsoft.PerformancePoint.Scorecards.BpmPropertyDate
Microsoft.PerformancePoint.Scorecards.BpmPropertyDecimal
Microsoft.PerformancePoint.Scorecards.BpmPropertyLinkBase
Microsoft.PerformancePoint.Scorecards.BpmPropertyList
Microsoft.PerformancePoint.Scorecards.BpmPropertyLongText
Microsoft.PerformancePoint.Scorecards.BpmPropertyText
Microsoft.PerformancePoint.Scorecards.BpmPropertyUser
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BpmPropertyLongText))> _
<KnownTypeAttribute(GetType(BpmPropertyBool))> _
<KnownTypeAttribute(GetType(BpmPropertyText))> _
<KnownTypeAttribute(GetType(BpmPropertyList))> _
<KnownTypeAttribute(GetType(BpmPropertyDecimal))> _
<KnownTypeAttribute(GetType(BpmPropertyLinkBase))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink2))> _
<KnownTypeAttribute(GetType(BpmPropertyHyperlink))> _
<KnownTypeAttribute(GetType(BpmPropertyUser))> _
<KnownTypeAttribute(GetType(BpmPropertyDate))> _
Public MustInherit Class BpmProperty _
Implements ICloneable, IComparable, IDiffable
'Usage
Dim instance As BpmProperty
[SerializableAttribute]
[KnownTypeAttribute(typeof(BpmPropertyLongText))]
[KnownTypeAttribute(typeof(BpmPropertyBool))]
[KnownTypeAttribute(typeof(BpmPropertyText))]
[KnownTypeAttribute(typeof(BpmPropertyList))]
[KnownTypeAttribute(typeof(BpmPropertyDecimal))]
[KnownTypeAttribute(typeof(BpmPropertyLinkBase))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink2))]
[KnownTypeAttribute(typeof(BpmPropertyHyperlink))]
[KnownTypeAttribute(typeof(BpmPropertyUser))]
[KnownTypeAttribute(typeof(BpmPropertyDate))]
public abstract class BpmProperty : ICloneable,
IComparable, IDiffable
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.