다음을 통해 공유


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