FirstClassElementBridge.Version Property (Microsoft.PerformancePoint.Scorecards)

The version of the element.

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

Syntax

'Declaration
Public Overrides Property Version As Integer
'Usage
Dim instance As FirstClassElementBridge
Dim value As Integer

value = instance.Version

instance.Version = value
public override int Version { get; set; }

Remarks

This comes from the Version property in the FirstClassElement class.

See Also

Reference

FirstClassElementBridge Class
FirstClassElementBridge Members
Microsoft.PerformancePoint.Scorecards Namespace