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