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