Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the date and time when the associated object was created.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CreatedDateTime As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime