다음을 통해 공유


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