VersionInfoCollection.Item Property (RepositoryLocation)
Gets or sets the object at the specified location.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Item ( _
loc As RepositoryLocation _
) As VersionInfo
Get
Set
'Usage
Dim instance As VersionInfoCollection
Dim loc As RepositoryLocation
Dim value As VersionInfo
value = instance.Item(loc)
instance.Item(loc) = value
public virtual VersionInfo this[
RepositoryLocation loc
] { get; set; }
Parameters
loc
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.VersionInfo
The object at the specified location.
Remarks
Get uses an internal hash table to find the value. Set adds the object if an object with the specified location does not exist; otherwise, it replaces the object.