BpmProperty.GetStringValue method

Returns a string representation of the specified object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function GetStringValue ( _
    property As BpmProperty _
) As String
'Usage
Dim property As BpmProperty
Dim returnValue As String

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

Parameters

Return value

Type: System.String
A string representation of the specified object, if applicable; otherwise returns a null reference (Nothing in Visual Basic).

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace