Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the date the package was created.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DateTime CreatedDate { get; set; }
public:
property DateTime CreatedDate {
DateTime get();
void set(DateTime value);
}
member CreatedDate : DateTime with get, set
Public Property CreatedDate As Date
Property Value
Type: System.DateTime
The date the package was created.
See Also
PackageSettings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top