Condividi tramite


Proprietà CreatedDate

Gets or sets the date this package was created.

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Property CreatedDate As DateTime
    Get
    Set
'Utilizzo
Dim instance As PackageSettings
Dim value As DateTime

value = instance.CreatedDate

instance.CreatedDate = value
public DateTime CreatedDate { get; set; }
public:
property DateTime CreatedDate {
    DateTime get ();
    void set (DateTime value);
}
member CreatedDate : DateTime with get, set
function get CreatedDate () : DateTime
function set CreatedDate (value : DateTime)

Valore proprietà

Tipo: System. . :: . .DateTime
A DateTime representing the creation date and time.