FirstClassElement.CreatedDate Property
Gets or sets the date that 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 Overridable Property CreatedDate As DateTime
Get
Set
'Usage
Dim instance As FirstClassElement
Dim value As DateTime
value = instance.CreatedDate
instance.CreatedDate = value
public virtual DateTime CreatedDate { get; set; }
Property Value
Type: System.DateTime
The date that this version of the object was created.
Remarks
Do not modify this property; it is set internally.