Właściwość AuditInfo.CreatedDateTime
Pobiera lub ustawia datę i czas podczas tworzenia obiektu skojarzonego.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property CreatedDateTime As DateTime
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.DateTime
DateTime Tworzenia obiektu.
Zobacz także