StrategyMapViewData.VDX Property
Gets or sets the base-64 representation of the compressed VDX file.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property VDX As String
Get
Set
'Usage
Dim instance As StrategyMapViewData
Dim value As String
value = instance.VDX
instance.VDX = value
public string VDX { get; set; }
Property Value
Type: System.String
The base-64 representation of the compressed VDX file.