BpmProperty.IsInternalProperty Method

Determines whether this property is internal.

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

Syntax

'Declaration
Public Function IsInternalProperty As Boolean
'Usage
Dim instance As BpmProperty
Dim returnValue As Boolean

returnValue = instance.IsInternalProperty()
public bool IsInternalProperty()

Return Value

Type: System.Boolean
true if the property is internal; otherwise false.

Remarks

Internal properties are system properties that are required for the application to operate.

See Also

Reference

BpmProperty Class

BpmProperty Members

IsInternalProperty Overload

Microsoft.PerformancePoint.Scorecards Namespace