Share via


FirstClassElementBridge.CreatedDate property

Gets the date this version of the object was created.

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

Syntax

'Declaration
Public Overrides Property CreatedDate As DateTime
    Get
    Set
'Usage
Dim instance As FirstClassElementBridge
Dim value As DateTime

value = instance.CreatedDate

instance.CreatedDate = value
public override DateTime CreatedDate { get; set; }

Property value

Type: System.DateTime
The date this version of the object was created.

Exceptions

Exception Condition
NotSupportedException

Thrown for set operations.

Remarks

The source of this value is theFirstClassElement.CreatedBy property.

See also

Reference

FirstClassElementBridge class

FirstClassElementBridge members

Microsoft.PerformancePoint.Scorecards namespace