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.