Partager via


TargetValueCollection.Item - Propriété (String)

Obtient l'objet portant le nom spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As TargetValue
    Get
'Utilisation
Dim instance As TargetValueCollection
Dim name As String
Dim value As TargetValue

value = instance(name)
public TargetValue this[
    string name
] { get; }

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.TargetValue
L'objet portant le nom spécifié, si elle est trouvée ; dans le cas contraire, une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

TargetValueCollection classe

TargetValueCollection - Membres

Item - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms