Partager via


Propriété UpdatedDateTime

Gets or sets the last date and time that the associated object was updated.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property UpdatedDateTime As DateTime
    Get
    Set
'Utilisation
Dim instance As AuditInfo
Dim value As DateTime

value = instance.UpdatedDateTime

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

Valeur de propriété

Type : System. . :: . .DateTime
A new instance of type DateTime.