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