BpmProperty.GetStringValue Method (Microsoft.PerformancePoint.Scorecards)
Gets the string representation of a BpmProperty.
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
- property
The property.
Return Value
The string value of the property, if applicable. Returns null if not applicable.
See Also
Reference
BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace