BpmPropertyListItem Constructor (String, String)

Initializes a new instance of the BpmPropertyListItem class with the specified name and value.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
'Usage
Dim name As String
Dim value As String

Dim instance As New BpmPropertyListItem(name, value)
public BpmPropertyListItem(
    string name,
    string value
)

Parameters

See Also

Reference

BpmPropertyListItem Class

BpmPropertyListItem Members

BpmPropertyListItem Overload

Microsoft.PerformancePoint.Scorecards Namespace