DeploymentServiceFault.Timestamp Property
Applies To: Dynamics CRM 2015
Gets or sets the date/time value when the error occurred.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.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/time of the error.
See Also
DeploymentServiceFault Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright