Share via


DashboardItem.UnderlyingElementTypeName property

Gets or sets the assembly-qualified name of the underlying object’s type.

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

Syntax

'Declaration
Public Property UnderlyingElementTypeName As String
    Get
    Set
'Usage
Dim instance As DashboardItem
Dim value As String

value = instance.UnderlyingElementTypeName

instance.UnderlyingElementTypeName = value
public string UnderlyingElementTypeName { get; set; }

Property value

Type: System.String
The assembly-qualified name of the underlying object’s type.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace