Share via


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