PackageSettings.CreatedDate Property

 

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