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.StringThe 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.