Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.