Właściwość AuditInfo.CreatedDateTime
Pobiera lub ustawia datę i czas podczas tworzenia obiektu skojarzonego.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property CreatedDateTime As DateTime
Get
Set
'Użycie
Dim instance As AuditInfo
Dim value As DateTime
value = instance.CreatedDateTime
instance.CreatedDateTime = value
[DataMemberAttribute]
public DateTime CreatedDateTime { get; set; }
[DataMemberAttribute]
public:
property DateTime CreatedDateTime {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member CreatedDateTime : DateTime with get, set
function get CreatedDateTime () : DateTime
function set CreatedDateTime (value : DateTime)
Wartość właściwości
Typ: System.DateTime