Share via


BpmPropertyCollection.Item - Propriété (String)

Obtient ou définit l'objet dont le nom unique spécifié.

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

Syntaxe

'Déclaration
Public Overridable Default Property Item ( _
    uniqueName As String _
) As BpmProperty
    Get
    Set
'Utilisation
Dim instance As BpmPropertyCollection
Dim uniqueName As String
Dim value As BpmProperty

value = instance(uniqueName)

instance(uniqueName) = value
public virtual BpmProperty this[
    string uniqueName
] { get; set; }

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.BpmProperty

Remarques

Get utilise la table de hachage interne pour rechercher la valeur. Si le nom unique n'existe pas, elle est ajoutée. Dans le cas contraire, l'objet est remplacé.

Voir aussi

Référence

BpmPropertyCollection classe

BpmPropertyCollection - Membres

Item - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms