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 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.