Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date the package was created.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Property CreatedDate As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
The date the package was created.