CreatedDateTime 属性

Gets or sets the date and time when the associated object was created.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property CreatedDateTime As DateTime
    Get
    Set
用法
Dim instance As AuditInfo
Dim value As DateTime

value = instance.CreatedDateTime

instance.CreatedDateTime = value
[DataMemberAttribute(IsRequired = false)]
public DateTime CreatedDateTime { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property DateTime CreatedDateTime {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute(IsRequired = false)>]
member CreatedDateTime : DateTime with get, set
function get CreatedDateTime () : DateTime
function set CreatedDateTime (value : DateTime)

属性值

类型:System. . :: . .DateTime
The DateTime of object creation.