BpmProperty.GetFieldsString method

Returns a concatenated string of this object's fields.

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

Syntax

'Declaration
Public Overridable Function GetFieldsString As String
'Usage
Dim instance As BpmProperty
Dim returnValue As String

returnValue = instance.GetFieldsString()
public virtual string GetFieldsString()

Return value

Type: System.String
A concatenated string of this object's fields.

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace