Share via


MemberTransform.Type property

Gets or sets the type of transform.

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

Syntax

'Declaration
Public Property Type As MemberTransformType
    Get
    Set
'Usage
Dim instance As MemberTransform
Dim value As MemberTransformType

value = instance.Type

instance.Type = value
public MemberTransformType Type { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.MemberTransformType
The type of transform.

See also

Reference

MemberTransform class

MemberTransform members

Microsoft.PerformancePoint.Scorecards namespace