Share via


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.

See also

Reference

StrategyMapViewData class

StrategyMapViewData members

Microsoft.PerformancePoint.Scorecards namespace