Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the date and time the object were updated.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(IsRequired := False)> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Utilizzo
Dim instance As AuditInfo
Dim value As DateTime
value = instance.UpdatedDateTime
instance.UpdatedDateTime = value
[DataMemberAttribute(IsRequired = false)]
public DateTime UpdatedDateTime { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property DateTime UpdatedDateTime {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(IsRequired = false)>]
member UpdatedDateTime : DateTime with get, set
function get UpdatedDateTime () : DateTime
function set UpdatedDateTime (value : DateTime)
Valore proprietà
Tipo: System.DateTime
The date and time the object were updated.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts