BaseServiceFault.Timestamp Property
Applies To: Dynamics CRM 2015
Gets or sets the date and time when the fault occurred.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DateTime Timestamp { get; set; }
public:
[DataMemberAttribute]
property DateTime Timestamp {
DateTime get();
void set(DateTime value);
}
[<DataMemberAttribute>]
member Timestamp : DateTime with get, set
<DataMemberAttribute>
Public Property Timestamp As Date
Property Value
Type: System.DateTime
Type: DateTime
The date and time when the fault occurred.
See Also
BaseServiceFault Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright