Właściwość PackageSettings.CreatedDate
Pobiera lub ustawia data utworzenia tego pakiet.
Przestrzeń nazw: Microsoft.MasterDataServices.Deployment
Zestaw: Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)
Składnia
'Deklaracja
Public Property CreatedDate As DateTime
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.DateTime
A DateTime reprezentująca datę utworzenia i czas.
Zobacz także