EndPointCollection.Item property (String)

Gets or sets an object with the specified unique name.

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

Syntax

'Declaration
Public Default Property Item ( _
    uniqueName As String _
) As EndPoint
    Get
    Set
'Usage
Dim instance As EndPointCollection
Dim uniqueName As String
Dim value As EndPoint

value = instance(uniqueName)

instance(uniqueName) = value
public EndPoint this[
    string uniqueName
] { get; set; }

Parameters

Property value

Type: Microsoft.PerformancePoint.Scorecards.EndPoint

See also

Reference

EndPointCollection class

EndPointCollection members

Item overload

Microsoft.PerformancePoint.Scorecards namespace