BpmPropertyListItem - Constructeur (String, String)
Initialise une nouvelle instance de la classe BpmPropertyListItem avec le nom spécifié et la valeur.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As String _
)
'Utilisation
Dim name As String
Dim value As String
Dim instance As New BpmPropertyListItem(name, value)
public BpmPropertyListItem(
string name,
string value
)
Paramètres
name
Type : System.StringLe nom spécifié.
value
Type : System.StringLa valeur spécifiée.