DashboardItem.UnderlyingElementTypeName Property (Microsoft.PerformancePoint.Scorecards)
The name of the type of the underlying element.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property UnderlyingElementTypeName As String
'Usage
Dim instance As DashboardItem
Dim value As String
value = instance.UnderlyingElementTypeName
instance.UnderlyingElementTypeName = value
[XmlAttributeAttribute]
public string UnderlyingElementTypeName { get; set; }
See Also
Reference
DashboardItem Class
DashboardItem Members
Microsoft.PerformancePoint.Scorecards Namespace