Share via


GridViewTransformReference.Parameters property

Gets or sets the parameters for the transform.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Parameters As PropertyBag
    Get
    Set
'Usage
Dim instance As GridViewTransformReference
Dim value As PropertyBag

value = instance.Parameters

instance.Parameters = value
public PropertyBag Parameters { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.PropertyBag
The parameters for the transform.

See also

Reference

GridViewTransformReference class

GridViewTransformReference members

Microsoft.PerformancePoint.Scorecards namespace