FirstClassElement.CreatedDate - Propriété
Obtient ou définit la date à laquelle cette version de l'objet a été créée.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Overridable Property CreatedDate As DateTime
Get
Set
'Utilisation
Dim instance As FirstClassElement
Dim value As DateTime
value = instance.CreatedDate
instance.CreatedDate = value
public virtual DateTime CreatedDate { get; set; }
Valeur de propriété
Type : System.DateTime
La date à laquelle cette version de l'objet a été créée.
Remarques
Ne modifiez pas cette propriété. elle est définie en interne.