共用方式為


CreatedDate 屬性

Gets or sets the date this package was created.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Property CreatedDate As DateTime
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .DateTime
A DateTime representing the creation date and time.