Member.MemberOperation property

Gets or sets the member operation for this member.

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

Syntax

'Declaration
Public Property MemberOperation As MemberOperation
    Get
    Set
'Usage
Dim instance As Member
Dim value As MemberOperation

value = instance.MemberOperation

instance.MemberOperation = value
public MemberOperation MemberOperation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.MemberOperation
The member operation for this member.

See also

Reference

Member class

Member members

Microsoft.PerformancePoint.Scorecards namespace