BpmProperty.GetStringValue - Méthode

Retourne une représentation sous forme de chaîne de l'objet spécifié.

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

Syntaxe

'Déclaration
Public Shared Function GetStringValue ( _
    property As BpmProperty _
) As String
'Utilisation
Dim property As BpmProperty
Dim returnValue As String

returnValue = BpmProperty.GetStringValue(property)
public static string GetStringValue(
    BpmProperty property
)

Paramètres

Valeur renvoyée

Type : System.String
Une représentation sous forme de chaîne de l'objet spécifié, le cas échéant ; Sinon, retourne une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

BpmProperty classe

BpmProperty - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms