Share via


VersionInfoCollection.Add Method (Microsoft.PerformancePoint.Scorecards)

Adds the versionInfo to the collection. If a versionInfo with the same GUID exists then the versionInfo will be replaced.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Add ( _
    value As VersionInfo _
)
'Usage
Dim instance As VersionInfoCollection
Dim value As VersionInfo

instance.Add(value)
public virtual void Add (
    VersionInfo value
)

Parameters

  • value
    The value to add.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace