Share via


BpmProperty.IsInternalProperty method (String)

Determines whether a specified property is internal.

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

Syntax

'Declaration
Public Shared Function IsInternalProperty ( _
    uniqueName As String _
) As Boolean
'Usage
Dim uniqueName As String
Dim returnValue As Boolean

returnValue = BpmProperty.IsInternalProperty(uniqueName)
public static bool IsInternalProperty(
    string uniqueName
)

Parameters

  • uniqueName
    Type: System.String

    The unique name of the property.

Return value

Type: System.Boolean
true if the specified 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