Share via


VersionInfoCollection.Remove Method (Guid) (Microsoft.PerformancePoint.Scorecards)

Removes the versionInfo by the GUID. Will not remove a property that is an internal versionInfo.

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

Syntax

'Declaration
Public Overridable Sub Remove ( _
    guid As Guid _
)
'Usage
Dim instance As VersionInfoCollection
Dim guid As Guid

instance.Remove(guid)
public virtual void Remove (
    Guid guid
)

Parameters

  • guid
    The GUID of theversionInfoto remove.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace