Share via


EndPoint.Category Property

Gets or sets the type of endpoint: None, Axis, Column Hierarchy, or Row Hierarchy.

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

Syntax

'Declaration
Public Property Category As EndPointCategory
    Get
    Set
'Usage
Dim instance As EndPoint
Dim value As EndPointCategory

value = instance.Category

instance.Category = value
public EndPointCategory Category { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.EndPointCategory
The type of endpoint: None, Axis, Column Hierarchy, or Row Hierarchy.

See Also

Reference

EndPoint Class

EndPoint Members

Microsoft.PerformancePoint.Scorecards Namespace