FirstClassElement.CreatedDate Property (Microsoft.PerformancePoint.Scorecards)

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
<XmlAttributeAttribute> _
Public Overridable Property CreatedDate As DateTime
'Usage
Dim instance As FirstClassElement
Dim value As DateTime

value = instance.CreatedDate

instance.CreatedDate = value
[XmlAttributeAttribute] 
public virtual DateTime CreatedDate { get; set; }

Remarks

Do not modify this property. It is set internally.

See Also

Reference

FirstClassElement Class
FirstClassElement Members
Microsoft.PerformancePoint.Scorecards Namespace