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
name
Type: System.StringThe specified name.
value
Type: System.StringThe specified value.