Element.Properties Property

Gets the collection of properties for this element.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Properties As BpmPropertyCollection
    Get
'Usage
Dim instance As Element
Dim value As BpmPropertyCollection

value = instance.Properties
public virtual BpmPropertyCollection Properties { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyCollection
The collection of properties for this element.

See Also

Reference

Element Class

Element Members

Microsoft.PerformancePoint.Scorecards Namespace